summaryrefslogtreecommitdiffstats
path: root/cmd-choose-list.c
AgeCommit message (Expand)Author
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas 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-09-05Handle empty list properly in choose-list, based on fix from Thomas Adam.Nicholas Marriott
2012-09-03Rename variables to something a but more understandable.Nicholas Marriott
2012-09-03add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott