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