summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2011-03-04Two fixes by Micah Cowan: make mouse work properly beyond >127 on signedNicholas Marriott
2011-03-03Fix a typo that meant we did not reset the background colour when it wasNicholas Marriott
2011-03-03Add a -P option to detach to HUP the client's parent process (usuallyNicholas Marriott
2011-02-10Size on split-window is -l not -s. Doh.Nicholas Marriott
2011-02-03Don't require -d with -x or -y since it could be in the config file.Nicholas Marriott
2011-01-31Redraw pane borders when switching to last pane.Nicholas Marriott
2011-01-30Free old argument even if setting to NULL.Nicholas Marriott
2011-01-29Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if theNicholas Marriott
2011-01-28Use input_clear to reset the APC, DCS, OSC state or it could be reusedNicholas Marriott
2011-01-26Unused declaration.Nicholas Marriott
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-26Use LIST_* not SLIST_*.Nicholas Marriott
2011-01-25When clearing the entire screen, clear lines that are used into theNicholas Marriott
2011-01-25Check if the index is in use and fail before creating the child process,Nicholas Marriott
2011-01-23While here, maximum percentage is 100 not INT_MAX. Oops.Nicholas Marriott
2011-01-23Size is -l not -s.Nicholas Marriott
2011-01-23Allow top-bit-set characters to be used for key bindings, from TiagoNicholas Marriott
2011-01-23Set $TMUX without the session when background jobs are run.Nicholas Marriott
2011-01-15Fix bind-key -t.Nicholas Marriott
2011-01-15Only set a mouse mode for mouse-select-pane if none already set by theNicholas Marriott
2011-01-15Mouse highlight mode (1001) requires a program to cooperate soNicholas Marriott
2011-01-14Support -x and -y for new-session to specify the initial size of theNicholas Marriott
2011-01-13The maximum history-limit was accidentally reduced, fix it back to INT_MAX.Nicholas Marriott
2011-01-13Clarify alternate-screen description a little.Nicholas Marriott
2011-01-13Er, fix next and previous session functions to actually work, part 2.Nicholas Marriott
2011-01-13Fix next and previous session functions to actually work.Nicholas Marriott
2011-01-13Log termios backspace for each client since it is used to recogniseNicholas Marriott
2011-01-12Use TMPDIR if set, from Han Boetes.Nicholas Marriott
2011-01-10unbind-key -a is allowed no arguments.Nicholas Marriott
2011-01-09Remove a bit of text that makes exit-unattached description unclear.Nicholas Marriott
2011-01-09Add missing arguments to some options.Nicholas Marriott
2011-01-08Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott
2011-01-08Accept colours of the hex form #ffffff and translate to the nearest fromNicholas Marriott
2011-01-05Whoops, command-prompt can take 0 or 1 argument.Nicholas Marriott
2011-01-04Now that parsing is common, merge some of the small, related commandsNicholas Marriott
2011-01-04argc will be 1 not 2 with no option value.Nicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2011-01-03Handle a # at the end of a replacement string (such as status-left)Nicholas Marriott
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott
2011-01-01suspend-client has used -t for the client target (like everything else)Nicholas Marriott
2011-01-01Last few tables that should be const.Nicholas Marriott
2011-01-01Sprinkle a little more const.Nicholas Marriott
2011-01-01Another table that should be const.Nicholas Marriott
2011-01-01Key table should be const.Nicholas Marriott
2011-01-01Add a -P option to new-window and split-window to print the new windowNicholas Marriott
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2011-01-01Remove unused variable.Nicholas Marriott
2010-12-31fix trailing whitespace;Jason McIntyre
2010-12-30Remove some unused defines.Nicholas Marriott