aboutsummaryrefslogtreecommitdiff
path: root/cmd-choose-buffer.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2014-05-13
|\
| * Add support for named buffers. If you don't name a buffer, things worknicm2014-05-13
* | Merge branch 'obsd-master'Thomas Adam2014-04-24
|\|
| * There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* | Merge branch 'obsd-master'Thomas Adam2014-04-05
|\|
| * Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm2014-04-02
| * Remove the barely-used and unnecessary command check() function.nicm2013-10-10
| * Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
| * Allow choose commands to be used outside tmux, so long as at least oneNicholas Marriott2013-03-21
| * Use a separate define for each default format template and strip clutterNicholas Marriott2012-08-14
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Provide common helper function for adding windows and sessions to chooseNicholas Marriott2012-06-25
| * Clean up and simplify the choose mode code, from Thomas Adam.Nicholas Marriott2012-06-25
| * Switch all of the various choose- and list- commands over to the formatNicholas Marriott2012-05-22
| * Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
| * Remove unused variable.Nicholas Marriott2011-01-01
| * Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
| * Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21
* Remove the barely-used and unnecessary command check() function.Nicholas Marriott2013-08-21
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Allow choose commands to be used outside tmux, so long as at least one clientNicholas Marriott2013-02-10
* Remove free callback for window_choose_data objects.Nicholas Marriott2013-02-10
* Miscellaneous tidying of choose API, including:Nicholas Marriott2013-02-10
* Sync OpenBSD patchset 1162:Tiago Cunha2012-08-31
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1143:Tiago Cunha2012-07-04
* Sync OpenBSD patchset 1142:Tiago Cunha2012-07-04
* Sync OpenBSD patchset 1119:Tiago Cunha2012-05-22
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 818:Tiago Cunha2011-01-03
* Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha2010-12-30
* Sync OpenBSD patchset 726:Tiago Cunha2010-06-22