summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-choose-buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-101/+0
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-4/+4
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-6/+7
* 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-8/+5
* Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-121-4/+2
* Move struct options into options.c.nicm2015-10-271-2/+2
* Move struct paste_buffer out of tmux.h.nicm2015-08-291-3/+3
* Rewrite of the target resolution internals to be simpler and morenicm2015-04-271-2/+2
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-051-2/+2
* Move template defines back into .c files.nicm2014-10-201-1/+4
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Add support for named buffers. If you don't name a buffer, things worknicm2014-05-131-5/+6
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-241-3/+3
* Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm2014-04-021-2/+4
* 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-6/+6
* Allow choose commands to be used outside tmux, so long as at least onenicm2013-03-211-4/+3
* Remove free callback for window_choose_data objects.nicm2013-03-211-2/+2
* Miscellaneous tidying of choose API, including:nicm2013-03-211-34/+5
* Use a separate define for each default format template and strip clutternicm2012-08-141-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-8/+8
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-6/+7
* Provide common helper function for adding windows and sessions to choosenicm2012-06-251-10/+14
* Clean up and simplify the choose mode code, from Thomas Adam.nicm2012-06-251-62/+30
* Switch all of the various choose- and list- commands over to the formatnicm2012-05-221-8/+18
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-13/+12
* Remove unused variable.nicm2011-01-011-3/+1
* Change from a per-session stack of buffers to one global stack which isnicm2010-12-301-3/+3
* Add a choose-buffer command for easier use of the paste buffer stack.nicm2010-06-211-0/+146