aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
Commit message (Collapse)AuthorAge
...
* | Merge branch 'obsd-master'Thomas Adam2015-09-10
|\|
| * Add session_last_attached time and format, from Sina Siadat.nicm2015-09-10
| |
* | Merge branch 'obsd-master'Thomas Adam2015-08-28
|\|
| * Remove the lock-server option which is a bit redundant, it isn't thatnicm2015-08-28
| | | | | | | | different without it.
* | Merge branch 'obsd-master'Thomas Adam2015-08-12
|\|
| * Rename left/right/up/down relative to active pane to add -of suffixnicm2015-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 Adam2015-07-27
|\|
| * Make -q suppress ambiguous option warnings too, from Cam Hutchison.nicm2015-07-27
| |
* | Merge branch 'obsd-master'Thomas Adam2015-07-20
|\|
| * Add an option (history-file) for a file to save/restore command promptnicm2015-07-20
| | | | | | | | history, from Olof-Joachim Frahm.
* | Merge branch 'obsd-master'Thomas Adam2015-07-20
|\|
| * Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). Whilenicm2015-07-20
| | | | | | | | | | here, Xr xterm and remove some advice about elinks that is better elsewhere.
* | Merge branch 'obsd-master'Thomas Adam2015-07-13
|\|
| * Add a format to show if client is a control client. From Bruno Sutic.nicm2015-07-13
| |
* | Merge branch 'obsd-master'Thomas Adam2015-07-13
|\|
| * Add a -s flag to show-environment to output Bourne shell commands a lanicm2015-07-13
| | | | | | | | ssh-agent. Mostly from Cam Hutchison with some changes by me.
* | Merge branch 'obsd-master'Thomas Adam2015-06-19
|\|
| * Remove a stray : and tweak paragraph.nicm2015-06-18
| |
* | Merge branch 'obsd-master'Thomas Adam2015-06-17
|\|
| * Change break-pane to take target and source panes (-t and -s) in linenicm2015-06-17
| | | | | | | | with other commands, from Thomas Adam.
* | Merge branch 'obsd-master'Thomas Adam2015-06-17
|\|
| * Move the shuffle code from new-window -a into a function and add a -anicm2015-06-17
| | | | | | | | flag for move-window too. From Thomas Adam.
* | Merge branch 'obsd-master'Thomas Adam2015-06-15
|\|
| * Add window_activity format, from Thomas Adam based on a diff originallynicm2015-06-15
| | | | | | | | from propos6 at gmail dot com.
* | Merge branch 'obsd-master'Thomas Adam2015-06-14
|\|
| * Add a format for client PID (client_pid) and server PID (pid). Diff fornicm2015-06-14
| | | | | | | | client_pid from Thomas Adam.
* | Merge branch 'obsd-master'Thomas Adam2015-06-07
|\| | | | | | | | | | | | | Conflicts: client.c tmux.1 tmux.c
| * Add -E flag when attaching or switching client to bypassnicm2015-06-07
| | | | | | | | update-environment, from Steven Lu.
| * Make it so that if a window or session target is prefixed with an =,nicm2015-06-05
| | | | | | | | | | only an exact name or index match is accepted, no special character, prefix match, or fnmatch.
| * tweak SYNOPSIS and usage();jmc2015-06-04
| |
* | Merge branch 'obsd-master'Thomas Adam2015-06-04
|\|
| * Make unsetting a global option restore it to the default. Diff lyingnicm2015-06-04
| | | | | | | | around for a while, I have forgotten who suggested it :-/.
* | Merge branch 'obsd-master'Thomas Adam2015-06-04
|\|
| * Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04
| | | | | | | | | | | | | | | | | | server at a time; it may be toggled or cleared with select-pane -m and -M (the border is highlighted). A new target '~' or '{marked}' specifies the marked pane to commands and it is the default target for the swap-pane and join-pane -s flag (this makes them much simpler to use - mark the source pane and then change to the target pane to run swapp or joinp).
* | $Id$ -> $OpenBSD$.Nicholas Marriott2015-06-03
| |
* | Merge branch 'obsd-master'Thomas Adam2015-05-27
|\|
| * Move the jobs output cache into the formats code so that #() work morenicm2015-05-27
| | | | | | | | generally (for example, again working in set-titles-string).
* | Merge branch 'obsd-master'Thomas Adam2015-05-13
|\|
| * Add a session_alerts format which is a list of all the alerts in thenicm2015-05-12
| | | | | | | | | | current session in symbolic form (something like "0!,4~,5!"). Use this in the default set-titles-string. Prompted by a request from Jan ONDREJ.
| * Add bell-action "other" to pass through bells in all windows except thenicm2015-05-12
| | | | | | | | current, suggested by Jan ONDREJ.
| * Remove the c0-* options which never really worked satisfactorily. Goingnicm2015-05-11
| | | | | | | | to try something else...
* | Merge branch 'obsd-master'Thomas Adam2015-05-09
|\| | | | | | | | | Conflicts: tmux.h
| * Move input parser structs into input.c (removing fairly uselessnicm2015-05-08
| | | | | | | | saved_cursor_[xy] formats as a side-effect).
* | Merge branch 'obsd-master'Thomas Adam2015-05-06
|\|
| * Add a format window_linked which is 1 if a window has been linkednicm2015-05-06
| | | | | | | | | | | | | | multiple times, also remove the default space in window_flags and use a conditional to add it in window-status-format (this means additional flags can be added in the option without extra spaces). From Thomas Adam with tweaks by me.
* | Merge branch 'obsd-master'Thomas Adam2015-04-29
|\|
| * If default-terminal is set to "screen" or "screen-*", emulate screen'snicm2015-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | historical (incorrect) behaviour for SGR 3 and send smso (standout). Previously, we would send sitm (italics) if the terminal outside had it and smso otherwise. This was acceptably until recently because xterm's terminfo entry lacked sitm, so most users got smso. People who want italics should set default-terminal to the forthcoming "tmux" entry (and be prepared to deal with it being missing on older hosts). As a side-effect this changes default-terminal to be a server rather than a session option. suggested by and ok naddy
* | Merge branch 'obsd-master'Thomas Adam2015-04-28
|\|
| * Add select-layout -o to undo the last layout change (apply the previouslynicm2015-04-28
| | | | | | | | set layout).
* | Merge branch 'obsd-master'Thomas Adam2015-04-27
|\| | | | | | | | | | | Conflicts: Makefile tmux.1