summaryrefslogtreecommitdiffstats
path: root/tmux.1
AgeCommit message (Expand)Author
2015-09-14Merge branch 'obsd-master'Thomas Adam
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm
2015-09-10Merge branch 'obsd-master'Thomas Adam
2015-09-10Add session_last_attached time and format, from Sina Siadat.nicm
2015-08-28Merge branch 'obsd-master'Thomas Adam
2015-08-28Remove the lock-server option which is a bit redundant, it isn't thatnicm
2015-08-12Merge branch 'obsd-master'Thomas Adam
2015-08-12Rename left/right/up/down relative to active pane to add -of suffixnicm
2015-07-27Merge branch 'obsd-master'Thomas Adam
2015-07-27Make -q suppress ambiguous option warnings too, from Cam Hutchison.nicm
2015-07-20Merge branch 'obsd-master'Thomas Adam
2015-07-20Add an option (history-file) for a file to save/restore command promptnicm
2015-07-20Merge branch 'obsd-master'Thomas Adam
2015-07-20Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). Whilenicm
2015-07-13Merge branch 'obsd-master'Thomas Adam
2015-07-13Add a format to show if client is a control client. From Bruno Sutic.nicm
2015-07-13Merge branch 'obsd-master'Thomas Adam
2015-07-13Add a -s flag to show-environment to output Bourne shell commands a lanicm
2015-06-19Merge branch 'obsd-master'Thomas Adam
2015-06-18Remove a stray : and tweak paragraph.nicm
2015-06-17Merge branch 'obsd-master'Thomas Adam
2015-06-17Change break-pane to take target and source panes (-t and -s) in linenicm
2015-06-17Merge branch 'obsd-master'Thomas Adam
2015-06-17Move the shuffle code from new-window -a into a function and add a -anicm
2015-06-15Merge branch 'obsd-master'Thomas Adam
2015-06-15Add window_activity format, from Thomas Adam based on a diff originallynicm
2015-06-14Merge branch 'obsd-master'Thomas Adam
2015-06-14Add a format for client PID (client_pid) and server PID (pid). Diff fornicm
2015-06-07Merge branch 'obsd-master'Thomas Adam
2015-06-07Add -E flag when attaching or switching client to bypassnicm
2015-06-05Make it so that if a window or session target is prefixed with an =,nicm
2015-06-04tweak SYNOPSIS and usage();jmc
2015-06-04Merge branch 'obsd-master'Thomas Adam
2015-06-04Make unsetting a global option restore it to the default. Diff lyingnicm
2015-06-04Merge branch 'obsd-master'Thomas Adam
2015-06-04Add support for a single "marked pane". There is one marked pane in thenicm
2015-06-03$Id$ -> $OpenBSD$.Nicholas Marriott
2015-05-27Merge branch 'obsd-master'Thomas Adam
2015-05-27Move the jobs output cache into the formats code so that #() work morenicm
2015-05-13Merge branch 'obsd-master'Thomas Adam
2015-05-12Add a session_alerts format which is a list of all the alerts in thenicm
2015-05-12Add bell-action "other" to pass through bells in all windows except thenicm
2015-05-11Remove the c0-* options which never really worked satisfactorily. Goingnicm
2015-05-09Merge branch 'obsd-master'Thomas Adam
2015-05-08Move input parser structs into input.c (removing fairly uselessnicm
2015-05-06Merge branch 'obsd-master'Thomas Adam
2015-05-06Add a format window_linked which is 1 if a window has been linkednicm
2015-04-29Merge branch 'obsd-master'Thomas Adam
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'snicm
2015-04-28Merge branch 'obsd-master'Thomas Adam