aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2016-01-16
|\|
| * Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm2016-01-16
| |
* | Merge branch 'obsd-master'Thomas Adam2015-12-17
|\|
| * Add infrastructure to work out the best target given a pane or windownicm2015-12-16
| | | | | | | | alone and use it to add pane_died and pane_exited hooks.
* | Merge branch 'obsd-master'Thomas Adam2015-12-12
|\|
| * Add key-table option to set the default key table for a session, allowsnicm2015-12-12
| | | | | | | | different key bindings for different sessions and a few other things.
| * Allow prefix and prefix2 to be set to None to disable (useful if younicm2015-12-12
| | | | | | | | would rather bind the prefix in the root table).
* | Merge branch 'obsd-master'Thomas Adam2015-12-11
|\|
| * Mention {src,dst}-{window,pane} where we define target-{window,pane}.nicm2015-12-11
| |
* | Merge branch 'obsd-master'Thomas Adam2015-12-11
|\|
| * Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
| | | | | | | | command name (will also be used for more later).
* | Merge branch 'obsd-master'Thomas Adam2015-12-08
|\|
| * Ed was meant to be El;jmc2015-12-08
| |
* | Conflicts:Thomas Adam2015-12-08
|\| | | | | | | Makefile
| * Add hooks infrastructure, basic commands (set-hook, show-hooks) and anicm2015-12-08
| | | | | | | | | | | | couple of not very useful client hooks. This will eventually let commands be run at various points and on notifications. Joint work with Thomas Adam.
* | termios(4)Nicholas Marriott2015-12-08
| |
* | pty(7) -> pty(4)Nicholas Marriott2015-12-08
| |
* | pty is in section 4Nicholas Marriott2015-12-08
| |
* | Merge branch 'obsd-master'Thomas Adam2015-11-29
|\|
| * Delete a duplicated lineguenther2015-11-29
| | | | | | | | ok jmc@
* | Merge branch 'obsd-master'Thomas Adam2015-11-25
|\| | | | | | | | | | | | | Conflicts: log.c proc.c tmux.c
| * Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-24
| | | | | | | | missing word in manpage (from jmc).
| * Document socket_path format.nicm2015-11-24
| |
| * Remove the -I part of show-messages which isn't really that useful; thenicm2015-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.nicm2015-11-24
| |
* | Merge branch 'obsd-master'Thomas Adam2015-11-23
|\| | | | | | | | | | | Conflicts: server.c tmux.c
| * If display-time is set to 0, show status messages until a key is pressed;tim2015-11-22
| | | | | | | | OK nicm@
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Add s/foo/bar/: prefix for formats to substitute bar for foo.nicm2015-11-18
| |
* | Merge branch 'obsd-master'Thomas Adam2015-11-13
|\|
| * Add window_visible_layout which ignores zoomed panes and use it fornicm2015-11-13
| | | | | | | | control mode (which needs to know all panes), from George Nachman.
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * tweak previous; ok nicmjmc2015-11-12
| |
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-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.nicm2015-11-12
| |
* | Merge branch 'obsd-master'Thomas Adam2015-11-12
|\|
| * Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysnicm2015-11-11
| | | | | | | | it supports UTF-8.
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\| | | | | | | | | | | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
| * No more TMPDIR.nicm2015-10-27
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-26
|\|
| * space before punctuation;jmc2015-10-26
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-26
|\|
| * Extend the modifiers allowed before formats: as well as the existingnicm2015-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 Adam2015-10-25
|\| | | | | | | | | Conflicts: cmd-find.c
| * Format for scroll position, from Jorge Morante.nicm2015-10-23
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-21
|\|
| * client_key_table was missing.nicm2015-10-21
| |
* | Merge branch 'obsd-master'Thomas Adam2015-09-14
|\| | | | | | | | | Conflicts: Makefile
| * Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm2015-09-13
| | | | | | | | for quick view of history, from Cam Hutchison.