summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-show-messages.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move lazy resize from the pane to the window, there is no point innicm2020-05-161-2/+2
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-161-1/+5
* Change message log to be per server rather than per client and includenicm2020-05-161-7/+13
* Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-201-7/+9
* Missed a few warnings in previous.nicm2020-04-131-4/+3
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-131-5/+2
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-2/+2
* Move job struct into job.c.nicm2018-08-231-22/+2
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-4/+5
* If a #() command doesn't exit, use its most recent line of output (itnicm2017-04-201-2/+2
* Fix a couple of argument types.nicm2017-03-171-3/+3
* server-info can become an alias rather than a command.nicm2017-01-241-14/+3
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-16/+17
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.nicm2016-10-141-3/+3
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-7/+7
* 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-11/+17
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-6/+3
* Remove the -I part of show-messages which isn't really that useful; thenicm2015-11-241-25/+3
* Show libevent version in showmsgs -I.nicm2015-11-241-1/+3
* Make the log stuff a bit tidier with some helper functions.nicm2015-11-241-2/+1
* Tidy up the way terminals are described and move some structs out of tmux.h.nicm2015-07-281-31/+5
* Tidy blank lines when outputting server info.nicm2015-05-121-22/+28
* Make message log a TAILQ.nicm2015-04-251-5/+2
* Instead of setting up the default keys by building the key structnicm2014-10-201-3/+1
* Style nit - no space between function name and bracket.nicm2014-02-141-15/+15
* Merge server-info into show-messages and remove some not useful output.nicm2014-01-221-3/+111
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-5/+5
* Fix error reporting for client commands by adding a flag tonicm2013-03-241-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-5/+5
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-13/+12
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Add a per-client log of status line messages displayed while that clientnicm2009-11-181-0/+65