| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | Document socket_path format. | nicm | 2015-11-24 | |
| | | | ||||
| | * | Remove the -I part of show-messages which isn't really that useful; the | nicm | 2015-11-24 | |
| | | | | | | | | | | | server start time can now be accessed with a new start_time format (use: tmux display -p '#{t:start_time}') | |||
| | * | Fix usage of detach-client. | nicm | 2015-11-24 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-23 | |
| |\| | | | | | | | | | | | Conflicts: server.c tmux.c | |||
| | * | If display-time is set to 0, show status messages until a key is pressed; | tim | 2015-11-22 | |
| | | | | | | | | | OK nicm@ | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-18 | |
| |\| | ||||
| | * | Add s/foo/bar/: prefix for formats to substitute bar for foo. | nicm | 2015-11-18 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-13 | |
| |\| | ||||
| | * | Add window_visible_layout which ignores zoomed panes and use it for | nicm | 2015-11-13 | |
| | | | | | | | | | control mode (which needs to know all panes), from George Nachman. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 | |
| |\| | ||||
| | * | tweak previous; ok nicm | jmc | 2015-11-12 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 | |
| |\| | ||||
| | * | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | nicm | 2015-11-12 | |
| | | | | | | | | | | | terminal. We still support non-UTF-8 terminals outside tmux, but inside it is always UTF-8 (as when the utf8 and status-utf8 options were on). | |||
| | * | Remove the mouse_utf8_flag format as well. | nicm | 2015-11-12 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-12 | |
| |\| | ||||
| | * | Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says | nicm | 2015-11-11 | |
| | | | | | | | | | it supports UTF-8. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-27 | |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h | |||
| | * | No more TMPDIR. | nicm | 2015-10-27 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-26 | |
| |\| | ||||
| | * | space before punctuation; | jmc | 2015-10-26 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-26 | |
| |\| | ||||
| | * | Extend the modifiers allowed before formats: as well as the existing | nicm | 2015-10-25 | |
| | | | | | | | | | | | | | | | #{=10:...} length limit, add #{t:...} to convert a time_t format to a string, #{b:...} for basename and #{d:...} for dirname. Remove all the foo_string time formats as they can now be replaced by "t:", for example #{window_activity_string} becomes #{t:window_activity}. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-25 | |
| |\| | | | | | | | | | Conflicts: cmd-find.c | |||
| | * | Format for scroll position, from Jorge Morante. | nicm | 2015-10-23 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-10-21 | |
| |\| | ||||
| | * | client_key_table was missing. | nicm | 2015-10-21 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-14 | |
| |\| | | | | | | | | | Conflicts: Makefile | |||
| | * | Add copy-mode -e to exit copy mode when scrolling off the bottom, useful | nicm | 2015-09-13 | |
| | | | | | | | | | for quick view of history, from Cam Hutchison. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-09-10 | |
| |\| | ||||
| | * | Add session_last_attached time and format, from Sina Siadat. | nicm | 2015-09-10 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-28 | |
| |\| | ||||
| | * | Remove the lock-server option which is a bit redundant, it isn't that | nicm | 2015-08-28 | |
| | | | | | | | | | different without it. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-08-12 | |
| |\| | ||||
| | * | Rename left/right/up/down relative to active pane to add -of suffix | nicm | 2015-08-12 | |
| | | | | | | | | | | | (left-of/right-of/etc) to remove conflict with left/right meaning leftmost or rightmost pane. From Ben Boeckel. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-07-27 | |
| |\| | ||||
| | * | Make -q suppress ambiguous option warnings too, from Cam Hutchison. | nicm | 2015-07-27 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-07-20 | |
| |\| | ||||
| | * | Add an option (history-file) for a file to save/restore command prompt | nicm | 2015-07-20 | |
| | | | | | | | | | history, from Olof-Joachim Frahm. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-07-20 | |
| |\| | ||||
| | * | Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While | nicm | 2015-07-20 | |
| | | | | | | | | | | | here, Xr xterm and remove some advice about elinks that is better elsewhere. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-07-13 | |
| |\| | ||||
| | * | Add a format to show if client is a control client. From Bruno Sutic. | nicm | 2015-07-13 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-07-13 | |
| |\| | ||||
| | * | Add a -s flag to show-environment to output Bourne shell commands a la | nicm | 2015-07-13 | |
| | | | | | | | | | ssh-agent. Mostly from Cam Hutchison with some changes by me. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-06-19 | |
| |\| | ||||
| | * | Remove a stray : and tweak paragraph. | nicm | 2015-06-18 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-06-17 | |
| |\| | ||||
| | * | Change break-pane to take target and source panes (-t and -s) in line | nicm | 2015-06-17 | |
| | | | | | | | | | with other commands, from Thomas Adam. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-06-17 | |
| |\| | ||||
| | * | Move the shuffle code from new-window -a into a function and add a -a | nicm | 2015-06-17 | |
| | | | | | | | | | flag for move-window too. From Thomas Adam. | |||