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