index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
cmd-choose-tree.c
Age
Commit message (
Expand
)
Author
2014-10-20
Move template defines back into .c files.
Nicholas Marriott
2014-10-20
Instead of setting up the default keys by building the key struct
Nicholas Marriott
2013-10-10
Remove the barely-used and unnecessary command check() function.
Nicholas Marriott
2013-10-10
choose-tree: Reset top when toggling items
Nicholas Marriott
2013-04-22
When using choose-tree -u, start with the current window
Nicholas Marriott
2013-04-22
Get session of -t window rather than client's window.
Nicholas Marriott
2013-03-24
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-21
Make choose-tree actually work again.
Nicholas Marriott
2013-03-21
Run session command before window in choose-tree.
Nicholas Marriott
2013-03-21
Fix constness of cmd_template_replace, window_choose_add_item and
Nicholas Marriott
2013-03-21
Fix choose-tree usage.
Nicholas Marriott
2013-03-21
Allow choose commands to be used outside tmux, so long as at least one
Nicholas Marriott
2013-03-21
Remove free callback for window_choose_data objects.
Nicholas Marriott
2013-03-21
Miscellaneous tidying of choose API, including:
Nicholas Marriott
2013-01-17
Fix some blank line nits.
Nicholas Marriott
2012-12-24
Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D
Nicholas Marriott
2012-09-24
Use ACS characters for choose-tree arrows based on diff from Romain
Nicholas Marriott
2012-09-03
Use the right index when adding item in choose-tree, from Thomas Adam.
Nicholas Marriott
2012-09-03
Remove an unused variable.
Nicholas Marriott
2012-09-03
Change format of choose-tree arrows slightly, from Romain Francoise.
Nicholas Marriott
2012-08-14
Use a separate define for each default format template and strip clutter
Nicholas Marriott
2012-08-11
Fix a return type.
Nicholas Marriott
2012-07-12
Nuke unused variable from Thomas Adam.
Nicholas Marriott
2012-07-11
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-10
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-09
Fix choose-tree usage string.
Nicholas Marriott
2012-07-08
Add choose-tree command to show windows and sessions in the same
Nicholas Marriott