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