aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* Use a macro-based mask for obtaining a key or modifier-set from theNicholas Marriott2010-06-06
* Fix problems with window sizing seen by Raghavendra D Prabhu whenNicholas Marriott2010-06-05
* When the mode-mouse option is on, support dragging to make a selectionNicholas Marriott2010-05-31
* Move imsg into libutil and add a man page.Nicholas Marriott2010-05-26
* Pass in the session, rather than the client, to window modes' key()Nicholas Marriott2010-05-23
* Identical behaviour to select-prompt can now be obtained withNicholas Marriott2010-05-05
* Put this back in with the initialisation in the right order.Nicholas Marriott2010-05-04
* Revert last change, it appears to be broken somehow.Nicholas Marriott2010-05-04
* Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott2010-05-03
* Merge copy mode and output mode, dropping the latter. Idea and code fromNicholas Marriott2010-04-06
* Run job commands explicitly in the global enviroment (which can beNicholas Marriott2010-04-04
* Squash a function that is only called in a callback into the callbackNicholas Marriott2010-04-04
* Dead functions, lint.Nicholas Marriott2010-03-22
* Add vi-style "jump" commands for copy mode, from Micah Cowan.Nicholas Marriott2010-03-22
* Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-03-22
* New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott2010-03-22
* Permit keys in copy mode to be prefixed by a repeat count, entered withNicholas Marriott2010-03-02
* copy mode uses the real screen as backing and if it is updated while copying,Nicholas Marriott2010-02-19
* Add "N" key to search the opposite way from the last search (reverse of "n"),Nicholas Marriott2010-02-11
* Use the array.h code for the causes list.Nicholas Marriott2010-02-06
* Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott2010-02-06
* Rectangle copy support, from Robin Lee Powell.Nicholas Marriott2010-02-06
* Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott2010-02-06
* vi-style B, W and E keys in copy mode to navigate between words treating onlyNicholas Marriott2010-02-04
* Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott2010-02-01
* Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott2010-01-27
* Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.Nicholas Marriott2010-01-25
* New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott2010-01-07
* Options to set the colour of the pane borders, with different colours for theNicholas Marriott2010-01-03
* Allow keys to be replaced and reorder the table so that terminfo-defined keysNicholas Marriott2009-12-17
* New server option, escape-time, to set the timeout used to detect if escapesNicholas Marriott2009-12-14
* Add "server options" which are server-wide and not bound to a session orNicholas Marriott2009-12-10
* Permit panes to be referred to as "top", "bottom", "top-left" etc, if the rightNicholas Marriott2009-12-08
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott2009-12-03
* New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott2009-12-01
* Handle partial xterm function key sequences.Nicholas Marriott2009-11-30
* This doesn't need to be u_int.Nicholas Marriott2009-11-26
* Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott2009-11-26
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* Output the right keys for application and number keypad modes (they were theNicholas Marriott2009-11-25
* Change status line drawing to create the window list in a separate screen andNicholas Marriott2009-11-19
* Two new options, window-status-format and window-status-current-format, whichNicholas Marriott2009-11-19
* Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott2009-11-19
* Cleanup by moving various (mostly horrible) little bits handling UTF-8 gridNicholas Marriott2009-11-18
* Add a per-client log of status line messages displayed while that clientNicholas Marriott2009-11-18
* Tweak a comment and add some spacing.Nicholas Marriott2009-11-13
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Destroy panes immediately rather than checking them all every loop.Nicholas Marriott2009-11-13
* Zap unused functions, prompted by deraadt.Nicholas Marriott2009-11-13