summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-choose-buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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