- 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
- 5ed17e8 Add key-table option to set the default key table for a session, allows by nicm · 9 years ago
- 39cf9c9 Allow prefix and prefix2 to be set to None to disable (useful if you by nicm · 9 years ago
- f2be3ad Mention {src,dst}-{window,pane} where we define target-{window,pane}. by nicm · 9 years ago
- 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
- 1f94274 Ed was meant to be El; by jmc · 9 years ago
- d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
- 1d331c7 Delete a duplicated line by guenther · 9 years ago
- 62d3af1 Make environ_set va_args and use it to tidy up some calls. Also add a by nicm · 9 years ago
- c18fbef Document socket_path format. by nicm · 9 years ago
- 1e2df2d Remove the -I part of show-messages which isn't really that useful; the by nicm · 9 years ago
- 4ec61be Fix usage of detach-client. by nicm · 9 years ago
- 4fcc02e If display-time is set to 0, show status messages until a key is pressed; by tim · 9 years ago
- 5a5b950 Add s/foo/bar/: prefix for formats to substitute bar for foo. by nicm · 9 years ago
- 531869b Add window_visible_layout which ignores zoomed panes and use it for by nicm · 9 years ago
- 1da7475 tweak previous; ok nicm by jmc · 9 years ago
- 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
- a0f3999 Remove the mouse_utf8_flag format as well. by nicm · 9 years ago
- 00c34df Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says by nicm · 9 years ago
- 67c3a01 No more TMPDIR. by nicm · 9 years ago
- c582f7d space before punctuation; by jmc · 9 years ago
- e65306d Extend the modifiers allowed before formats: as well as the existing by nicm · 9 years ago
- 14da999 Format for scroll position, from Jorge Morante. by nicm · 9 years ago
- 60ca29d client_key_table was missing. by nicm · 9 years ago
- 901c2eb Add copy-mode -e to exit copy mode when scrolling off the bottom, useful by nicm · 9 years ago
- cfabe30 Add session_last_attached time and format, from Sina Siadat. by nicm · 9 years ago
- 675def0 Remove the lock-server option which is a bit redundant, it isn't that by nicm · 9 years ago
- 13b7fd8 Rename left/right/up/down relative to active pane to add -of suffix by nicm · 9 years ago
- d33adc4 Make -q suppress ambiguous option warnings too, from Cam Hutchison. by nicm · 9 years ago
- 92af376 Add an option (history-file) for a file to save/restore command prompt by nicm · 9 years ago
- d4ce210 Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While by nicm · 9 years ago
- 81069f6 Add a format to show if client is a control client. From Bruno Sutic. by nicm · 9 years ago
- 6308c48 Add a -s flag to show-environment to output Bourne shell commands a la by nicm · 9 years ago
- 164ba04 Remove a stray : and tweak paragraph. by nicm · 9 years ago
- 85120b3 Change break-pane to take target and source panes (-t and -s) in line by nicm · 9 years ago
- 0ff3359 Move the shuffle code from new-window -a into a function and add a -a by nicm · 9 years ago
- d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
- 29c29e7 Add a format for client PID (client_pid) and server PID (pid). Diff for by nicm · 9 years ago
- c4e811e Add -E flag when attaching or switching client to bypass by nicm · 9 years ago
- 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
- dc0d34e tweak SYNOPSIS and usage(); by jmc · 9 years ago
- 4a6c06d Make unsetting a global option restore it to the default. Diff lying by nicm · 9 years ago
- a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
- 379400c Move the jobs output cache into the formats code so that #() work more by nicm · 9 years ago
- ec34439 Add a session_alerts format which is a list of all the alerts in the by nicm · 10 years ago
- e958db0 Add bell-action "other" to pass through bells in all windows except the by nicm · 10 years ago
- 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 10 years ago
- c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 10 years ago
- 31b1ab4 Add a format window_linked which is 1 if a window has been linked by nicm · 10 years ago
- 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 10 years ago
- 7717444 Add select-layout -o to undo the last layout change (apply the previously by nicm · 10 years ago
- 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 10 years ago
- 93b2871 Do not die on USR1 if any of the socket parent directories are by nicm · 10 years ago
- bded743 Support for multiple key tables to commands to be bound to sequences of by nicm · 10 years ago
- 8101f1e tweak previous; by jmc · 10 years ago
- bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
- ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
- 0cd55eb Add a -x flag to copy-selection, append-selection and start-named-buffer by nicm · 10 years ago
- 009a5e4 in the case -> in this case. by nicm · 10 years ago
- 3aa72b4 Add a helper function to convert time, and add session_activity formats by nicm · 10 years ago
- cd9ccbc set-titles-string now uses formats, not the status bits (so no #() for by nicm · 10 years ago
- 83a8e1f Move pane border options to window options rather than session, from Marc Finet. by nicm · 10 years ago
- be0ad01 Add missing default bindings, from Theo Buehler. by nicm · 10 years ago
- 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
- 54ca7b2 Add -F to if-shell to allow it to be used to check for format or option by nicm · 10 years ago
- 575fd1e Permit option values to be used in formats. by nicm · 10 years ago
- d37f266 Add -b to splitw like joinw, from Felix Rosencrantz. by nicm · 10 years ago
- 3c12b47 V should be vi not emacs, also sort. From Theo Buehler. by nicm · 10 years ago
- e4bf1e5 Add V for select line with vi(1) keys. From Juho Pohjala. by nicm · 10 years ago
- d24c9d7 Do not put a space between status-left/status-right and the window list, by nicm · 10 years ago
- 428b51e Add pane_input_off format, from Anish R Athalye. by nicm · 10 years ago
- f0b69c7 Fix description of Ss and Se. by nicm · 10 years ago
- 6610e89 Top function key is F12 now. by nicm · 10 years ago
- 304f86c Support ! for last pane. by nicm · 10 years ago
- 9bda7e8 Add window_last_flag and window_zoomed_flag. From John Morrissey. by nicm · 10 years ago
- 8a473b5 Fix typo (paneas -> panes). by nicm · 10 years ago
- f518a07 Add flags to selectp to enable and disable input to a pane, from Anish Athalye. by nicm · 10 years ago
- c8efffb Make -S- and -E- mean the start and end to capture-pane to avoid having by nicm · 10 years ago
- 7160b8c Add some formats for pane bounds. by nicm · 10 years ago
- 191f695 Change key-table to mode-table to allow for some future work. From Keith Amling. by nicm · 11 years ago
- b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
- b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 11 years ago
- 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
- 64613b9 #nnT went away a while ago, remove a leftover from the manpage. by nicm · 11 years ago
- 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
- 877bdb4 Extend the -q flag to set-option to suppress errors about unknown by nicm · 11 years ago
- 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
- 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
- 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
- b52b40b pane_start_path has gone away. by nicm · 11 years ago
- dca7d1c Make message-limit a server option. by nicm · 11 years ago
- 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
- b11de5a Make session_attached a count and add session_many_attached flag. by nicm · 11 years ago
- f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
- 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
- 973de5a fix some minor formatting glitches; by jmc · 11 years ago
- 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
- d23561f Merge server-info into show-messages and remove some not useful output. by nicm · 11 years ago
- 1286c56 Replace ## by # in format. by nicm · 11 years ago
- 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago