summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-refresh-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a way for control mode clients to subscribe to a format and benicm2020-07-061-11/+56
* Add a -A option to pause a pane manually.nicm2020-06-111-1/+3
* Add support for pausing a pane when the output buffered for a controlnicm2020-06-051-2/+4
* Move client offset stuff into control.c since only control clients willnicm2020-05-221-5/+3
* Support code for control mode flow control: allow clients to havenicm2020-05-211-14/+58
* Remove a redundant if statement.nicm2020-05-201-20/+18
* Change the existing client flags for control mode to apply for anynicm2020-05-161-18/+9
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-131-39/+34
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-2/+2
* Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm2019-11-281-2/+2
* Add -F to refresh-client to specify flags for control clients - one flagnicm2019-07-101-23/+41
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-11/+69
* Support OSC 52 ? to read the top buffer inside tmux (when set-clipboardnicm2018-10-181-4/+7
* Also recalculate session sizes when refreh-client -C is used. GitHubnicm2017-05-281-5/+4
* Prevent control clients from affecting the session size until they havenicm2017-05-101-2/+4
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-4/+5
* Minor tidying in a couple of commands.nicm2017-01-101-2/+3
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-8/+8
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.nicm2016-10-141-2/+2
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-3/+3
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-141-2/+4
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-6/+9
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-6/+3
* Make refresh-client force update of jobs, from Sina Siadat.nicm2015-09-141-3/+6
* Move the jobs output cache into the formats code so that #() work morenicm2015-05-271-4/+3
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Missing space in refresh-client synopsis.nicm2013-10-101-2/+2
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-8/+8
* Fix error reporting for client commands by adding a flag tonicm2013-03-241-2/+2
* Add -c to refresh-client to set client size in control mode, based onnicm2013-03-211-4/+26
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-5/+5
* Add -S option to refresh-client to redraw status line, from Marco Beck.nicm2011-09-281-4/+8
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-10/+9
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+54