aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Allow the config file parser and source-file to return "don't exit" toNicholas Marriott2010-12-29
* tweak previous;Jason McIntyre2010-12-27
* Add a missing .Pp and sort options alphabetically, from Tiago Cunha.Nicholas Marriott2010-12-27
* server_kill_window can modify the RB tree so don't use RB_FOREACH, fixesNicholas Marriott2010-12-23
* Style tweaks.Nicholas Marriott2010-12-23
* Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
* Fix another stray addition that was too early. Oops.Nicholas Marriott2010-12-20
* Undo a change to next/previous session that got mixed in prematurely.Nicholas Marriott2010-12-20
* Dead sessions are never on the active sessions list, so the SESSION_DEADNicholas Marriott2010-12-20
* Use pointer rather than index for the client's last session.Nicholas Marriott2010-12-20
* Unify the way sessions are used by callbacks - store the address and useNicholas Marriott2010-12-20
* Don't nuke the index counter when a session group comes up.Nicholas Marriott2010-12-19
* Add other-pane-height and other-pane-width options, allowing the widthNicholas Marriott2010-12-19
* Read ${X} environment variables in strings and $HOME from the globalNicholas Marriott2010-12-13
* Track the last session for a client and add a flag to switch-client andNicholas Marriott2010-12-11