Age | Commit message (Expand) | Author |
2024-03-21 | Do not notify window-layout-changed if the window is about to be | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2021-08-25 | Validate command argument types (string or command list) and give more | Nicholas Marriott |
2021-08-23 | Move command argument parsing common functions and don't bother to parse | Nicholas Marriott |
2021-08-21 | Add args parsing callback for some future work, currently unused. | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-08-13 | Add a menu when a popup is present (mouse only for now). | Nicholas Marriott |
2021-07-21 | Do not close popups on resize, instead adjust them to fit, from Anindya | Nicholas Marriott |
2020-11-26 | Add -N flag to display-panes to ignore keys, GitHub issue 2473. | Nicholas Marriott |
2020-09-01 | Only print below number when there is enough space. | Nicholas Marriott |
2020-09-01 | Allow a-z keys for display-panes to jump to higher numbered panes. | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-04-13 | Make client -c and -t handling common in cmd-queue.c and try to be | Nicholas Marriott |
2020-04-13 | Add helpers for the simple case of parse string and add to command queue. | Nicholas Marriott |
2020-04-13 | When adding a list of commands to the queue, instead of automatically | Nicholas Marriott |
2020-04-13 | Make struct cmd local to cmd.c and move it out of tmux.h. | Nicholas Marriott |
2020-03-24 | Add support for overlay popup boxes to show text or output temporarily | Nicholas Marriott |
2019-06-26 | Pass keys that aren't 0-9 on to normal key processing when display-panes | Nicholas Marriott |
2019-06-18 | Add a cmdq_continue function rather than twiddling the flag directly. | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-20 | Replace the various identical error callbacks with a single one in cmd-queue.c. | Nicholas Marriott |
2019-05-08 | Add a flag to redraw only the overlay, and remove the overlay on resize. | Nicholas Marriott |
2019-05-07 | Move around the display-panes identify code to make it a bit more | Nicholas Marriott |
2019-02-06 | Add -b to display-panes like run-shell, GitHub issue 1559. | Nicholas Marriott |
2018-11-15 | Add [template] to display-panes and choose-{buffer,client,tree} usage | kn |
2018-08-02 | Make display-panes block the client until a pane is chosen or it times out. | Nicholas Marriott |
2017-08-16 | Add -d flag to display-panes to specify timeout, and make 0 mean no | Nicholas Marriott |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-03-09 | Move the client identify (display-panes) code into server-client.c. | Nicholas Marriott |
2017-01-15 | It is silly for cmd_list_parse to return an integer error when it could | 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-06-16 | Allow a command to be specified to display-panes, similar to | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | 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 |
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-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Fix error reporting for client commands by adding a flag to | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | 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-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |