summaryrefslogtreecommitdiffstats
path: root/cmd-display-panes.c
AgeCommit message (Expand)Author
2024-03-21Do not notify window-layout-changed if the window is about to benicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2021-08-25Validate command argument types (string or command list) and give morenicm
2021-08-23Move command argument parsing common functions and don't bother to parsenicm
2021-08-21Add args parsing callback for some future work, currently unused.nicm
2021-08-20Hide struct args behind a couple of accessor functions.nicm
2021-08-13Add a menu when a popup is present (mouse only for now).nicm
2021-07-21Do not close popups on resize, instead adjust them to fit, from Anindyanicm
2020-11-26Add -N flag to display-panes to ignore keys, GitHub issue 2473.nicm
2020-09-01Only print below number when there is enough space.nicm
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-04-13Make client -c and -t handling common in cmd-queue.c and try to benicm
2020-04-13Add helpers for the simple case of parse string and add to command queue.nicm
2020-04-13When adding a list of commands to the queue, instead of automaticallynicm
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-03-24Add support for overlay popup boxes to show text or output temporarilynicm
2019-06-26Pass keys that aren't 0-9 on to normal key processing when display-panesnicm
2019-06-18Add a cmdq_continue function rather than twiddling the flag directly.nicm
2019-05-23Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm
2019-05-20Replace the various identical error callbacks with a single one in cmd-queue.c.nicm
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.nicm
2019-05-07Move around the display-panes identify code to make it a bit morenicm
2019-02-06Add -b to display-panes like run-shell, GitHub issue 1559.nicm
2018-11-15Add [template] to display-panes and choose-{buffer,client,tree} usagekn
2018-08-02Make display-panes block the client until a pane is chosen or it times out.nicm
2017-08-16Add -d flag to display-panes to specify timeout, and make 0 mean nonicm
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-03-09Move the client identify (display-panes) code into server-client.c.nicm
2017-01-15It is silly for cmd_list_parse to return an integer error when it couldnicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-14Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm
2016-06-16Allow a command to be specified to display-panes, similar tonicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2014-10-20Instead of setting up the default keys by building the key structnicm
2013-10-10Remove the barely-used and unnecessary command check() function.nicm
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-24Fix error reporting for client commands by adding a flag toNicholas Marriott
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2009-11-13Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott