| Commit message (Expand) | Author | Age | Files | Lines |
* | Add simple menus to tree, client, buffer modes. |  nicm | 2019-05-12 | 1 | -3/+3 |
* | send-keys also needs to insert key commands in the right order. |  nicm | 2019-05-09 | 1 | -16/+18 |
* | Allow multiple modes to be open in a pane. A stack of open modes is kept |  nicm | 2019-03-12 | 1 | -4/+10 |
* | Add a separate mode struct for the active window mode if any. |  nicm | 2019-03-07 | 1 | -27/+28 |
* | Pass window into mode functions. |  nicm | 2018-12-18 | 1 | -5/+7 |
* | Make key trees and some other bits static. |  nicm | 2018-08-02 | 1 | -4/+3 |
* | Apply the xterm key flag when needed for send-keys, fixes problem |  nicm | 2017-06-28 | 1 | -1/+3 |
* | Insert copy mode bindings at the right place in the command queue. |  nicm | 2017-05-10 | 1 | -2/+2 |
* | If the target pane for send-keys in in a mode with a key table (that is, |  nicm | 2017-05-09 | 1 | -4/+27 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -6/+6 |
* | Store state shared between multiple commands in the queue in a shared |  nicm | 2017-04-21 | 1 | -2/+2 |
* | Add support for the OSC 4 and OSC 104 palette setting escape sequences, |  nicm | 2017-01-07 | 1 | -4/+7 |
* | -N without arguments needs to set prefix count for the mode command, so |  nicm | 2016-12-11 | 1 | -2/+3 |
* | Fix send-keys with UTF-8. |  nicm | 2016-12-08 | 1 | -4/+9 |
* | Make send -N work for all keys, not just in copy mode. From Artem Fokin. |  nicm | 2016-11-29 | 1 | -23/+19 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -11/+11 |
* | Rewrite command queue handling. Each client still has a command queue, |  nicm | 2016-10-16 | 1 | -2/+2 |
* | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. |  nicm | 2016-10-14 | 1 | -3/+3 |
* | Fundamental change to how copy mode key bindings work: |  nicm | 2016-10-11 | 1 | -3/+35 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -3/+3 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | send-keys -R should reset the input parser to ground state (so it can be |  nicm | 2015-12-16 | 1 | -2/+2 |
* | Instead of combined flags for -c, -s, -t, split into different sets |  nicm | 2015-12-14 | 1 | -3/+7 |
* | Use member names in cmd_entry definitions so I stop getting confused |  nicm | 2015-12-13 | 1 | -11/+17 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -9/+6 |
* | Allow prefix and prefix2 to be set to None to disable (useful if you |  nicm | 2015-12-12 | 1 | -11/+14 |
* | Support UTF-8 key bindings by expanding the key type from int to |  nicm | 2015-11-12 | 1 | -2/+3 |
* | Move struct options into options.c. |  nicm | 2015-10-27 | 1 | -3/+3 |
* | Move input parser structs into input.c (removing fairly useless |  nicm | 2015-05-08 | 1 | -17/+3 |
* | Rewrite of tmux mouse support which was a mess. Instead of having |  nicm | 2015-04-19 | 1 | -6/+17 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -3/+1 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -3/+1 |
* | Use u_char for the send-keys string to avoid mangling top-bit-set |  nicm | 2013-05-31 | 1 | -2/+2 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -4/+4 |
* | Merge send-prefix into send-keys. |  nicm | 2013-03-24 | 1 | -1/+20 |
* | Use the CMD_*_USAGE defines consistently, from Thomas Adam. |  nicm | 2012-12-09 | 1 | -2/+2 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -5/+5 |
* | Add -l flag to send-keys to send input literally (without translating |  nicm | 2012-02-02 | 1 | -4/+5 |
* | Add a -R flag to send-keys to reset the terminal. Written ages ago and |  nicm | 2012-01-21 | 1 | -3/+21 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -107/+19 |
* | Pass in the session, rather than the client, to window modes' key() |  nicm | 2010-05-23 | 1 | -3/+4 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -2/+2 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -2/+2 |
* | Nuke -i option which isn't used anymore. |  nicm | 2009-09-21 | 1 | -5/+1 |
* | Now that pane targets (-t) are supported, switch some commands to use them |  nicm | 2009-08-18 | 1 | -8/+6 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -27/+1 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -2/+2 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+184 |