- 0b39e64 Remove ARRAY_* from history and expand completion to complete a) layout by nicm · 10 years ago
- 07dfdb9 Make message log a TAILQ. by nicm · 10 years ago
- 583b4ab Set working directory for run-shell and if-shell. by nicm · 10 years ago
- bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
- 52756fb Use the same time for both calls to format_expand_time. by nicm · 10 years ago
- 313f226 status_replace can now become local to status.c and it no longer needs by nicm · 10 years ago
- 03758a5 Add format_expand_time and use it instead of status_replace where by nicm · 10 years ago
- 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
- c9642ee Remove two unused arguments from status_replace. by nicm · 10 years ago
- f9c7f9a typo in comment ;) ok nicm by sthen · 10 years ago
- d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
- 0a1a88d Better format for printf format attributes. by nicm · 10 years ago
- a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
- d306bbe Take account of window-status-separator when checking window position, by nicm · 10 years ago
- bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 11 years ago
- 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
- 8880bdb Do not replace ## with # in status_replace1 because it'll be done later by nicm · 11 years ago
- dca7d1c Make message-limit a server option. by nicm · 11 years ago
- f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
- d0accdb Check for NULL session and whatnot in status_replace, from Thomas Adam. by nicm · 11 years ago
- 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
- 7af5fec Whitespace nits, from Ben Boeckel. by Nicholas Marriott · 11 years ago
- c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
- d28a39d Extend jobs to support writing and use that for copy-pipe instead of by Nicholas Marriott · 12 years ago
- c519f9a evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
- 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
- dd46c95 Aargh. Spaces -> tabs. by Nicholas Marriott · 12 years ago
- 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- a339169 Move a NULL check inside a function, from Tiago Cunha. by Nicholas Marriott · 12 years ago
- e60f48a Use int not u_char for colours from options since they may have bit 8 by Nicholas Marriott · 13 years ago
- e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
- d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
- 30f4c30 Add A and I keys for vi status line editing. by Nicholas Marriott · 13 years ago
- 4b8bb77 The wlmouse offset should be part of the client, not the server. From by Nicholas Marriott · 13 years ago
- 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
- a7a44bf Terminate strftime buffer properly even if a really long format string by Nicholas Marriott · 13 years ago
- d2d2df1 Fix memory leak in error path, from Tiago Cunha. by Nicholas Marriott · 13 years ago
- 8cf19ab Add some trivial additional status line attributes from jwcxz at users by Nicholas Marriott · 13 years ago
- e6519d3 Add space movement keys for vi mode in the status line from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 2397083 Make M-f and M-b work the same at the command prompt as in copy mode, by Nicholas Marriott · 13 years ago
- fc5f880 Add word movement and editing command for command prompt editing, from by Nicholas Marriott · 13 years ago
- 57df442 Make window_pane_index work the same as window_index, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- e5bf63c Option to change status line (message) background when using vi keys and by Nicholas Marriott · 13 years ago
- 3657aa6 Fix a couple of memory leaks, from marcel partap. by Nicholas Marriott · 13 years ago
- 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
- ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
- 075816e Only redraw the status line on command update, not the entire client (big DOH). by Nicholas Marriott · 14 years ago
- eb288aa Provide #h for short hostname (no domain) from Michal Mazurek. by Nicholas Marriott · 14 years ago
- 0bb2119 Add an option (mouse-select-window) which allows the mouse to be used by by Nicholas Marriott · 14 years ago
- d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
- db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
- 5158dd9 Handle a # at the end of a replacement string (such as status-left) by Nicholas Marriott · 14 years ago
- 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
- cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
- 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
- 9802fea Oops, these functions return a const char *, so make the local variable by Nicholas Marriott · 14 years ago
- 7ce77ff Make the prompt history global for all clients which is much more useful than per-client history. by Nicholas Marriott · 14 years ago
- e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
- e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
- d911279 Colour+attribute options for status line alerts, from Alex Alexander. by Nicholas Marriott · 15 years ago
- 56481a4 Don't accept keys with modifiers as input. Fixes crash reported by Brian by Nicholas Marriott · 15 years ago
- 41f90bd Don't leak job command in #(). by Nicholas Marriott · 15 years ago
- c550e66 Dead functions, lint. by Nicholas Marriott · 15 years ago
- 05213e4 Calculate offset correctly, fixes incorrect offset and prevents crash when by Nicholas Marriott · 15 years ago
- ba6dedb Actually use the copy made when no newline is found, from martynas@. by Nicholas Marriott · 15 years ago
- 84d2e6c Add server options to completion as well. by Nicholas Marriott · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- 6c98626 Eliminate duplicate code and ease the passage for server-wide options by adding by Nicholas Marriott · 15 years ago
- 8cb410c Tidy up various bits of the paste code, make the data buffer char * and add by Nicholas Marriott · 15 years ago
- 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
- 5d56225 Display UTF-8 properly in status line messages and prompt. Cursor handling is by Nicholas Marriott · 15 years ago
- 070e3b4 Remove oldest messages from log when limit is hit, not newest. by Nicholas Marriott · 15 years ago
- 2cea943 Get some brackets in the right place so ## works. Also fix a space in a comment. by Nicholas Marriott · 15 years ago
- 33b337f Change status line drawing to create the window list in a separate screen and by Nicholas Marriott · 15 years ago
- 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
- ed781e8 Tidy up by breaking the # replacement code into a separate function, also add a by Nicholas Marriott · 15 years ago
- ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
- 8db145d Add a per-client log of status line messages displayed while that client by Nicholas Marriott · 15 years ago
- a9ca8df Permit top-bit-set characters to be entered in the status line. They could by Nicholas Marriott · 15 years ago
- b1264a7 Use timeout events for the identify and message timers. by Nicholas Marriott · 15 years ago
- 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
- f575e39 Unused (but assigned to) variable, found by lint. by Nicholas Marriott · 15 years ago
- 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
- 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
- 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
- fecf8dc Remove PROMPT_HIDDEN code which is now unused. by Nicholas Marriott · 15 years ago
- b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
- 273f1b3 Regularise some fatal messages. by Nicholas Marriott · 15 years ago
- 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
- ccba613 Give each paste buffer a size member instead of requiring them to be by Nicholas Marriott · 15 years ago
- e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago
- 61b7dc5 Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle by Nicholas Marriott · 15 years ago
- f8aa582 Use "Password:" with no space for password prompts and don't display a *s for by Nicholas Marriott · 15 years ago
- 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
- 3f4418d Extend command-prompt with a -p option which is a comma-separated list of one by Nicholas Marriott · 15 years ago
- feaf91a Add a "delete line" key when editing in the status line or the search up/down by Nicholas Marriott · 15 years ago
- 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
- 90f8151 Options to set the colours and attributes for status-left/-right. From Thomas by Nicholas Marriott · 15 years ago
- bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago