index
:
rtmux.git
master
rahm
Tmux with Rahm's extra hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mode-tree.c
Commit message (
Expand
)
Author
Age
*
Clear key properly if on space with nothing in it.
nicm
2017-11-03
*
Support mouse on preview in tree mode.
nicm
2017-11-03
*
Change mouse in modes so that one click moves the cursor and a double
nicm
2017-11-03
*
Make the mode draw function use the parent screen directly rather than
nicm
2017-11-02
*
Add a "fast" version of screen_write_copy for tree mode that doesn't do
nicm
2017-11-02
*
h/l keys for expand and collapse.
nicm
2017-10-25
*
Add P key to paste tagged in buffer mode, and trim some code that should
nicm
2017-10-25
*
Clear to end of line properly with UTF-8 present.
nicm
2017-10-11
*
Add C-n and C-p keys for tree mode, and choose the right initial line
nicm
2017-10-11
*
Fix a few errors in how the selected line is chosen after resize,
nicm
2017-09-08
*
Do not allow the current line of screen when the preview is toggled,
nicm
2017-08-27
*
Key (v) and flag (-N) to toggle preview in choose modes.
nicm
2017-08-23
*
Line up keys in tree mode, and don't expand windows with one pane. From
nicm
2017-07-12
*
Handle 0 size of preview box in caller.
nicm
2017-07-04
*
Extend filters (f key) to buffer and client mode and add -f flag to
nicm
2017-06-09
*
Add -O option to choose-* to set initial sort order.
nicm
2017-06-09
*
Return 1 if name matches not 0, also fix some spaces.
nicm
2017-06-07
*
Add simple searching (C-s and n) to the various choose modes: by name
nicm
2017-06-07
*
Do not leak command, from David CARLIER.
nicm
2017-06-04
*
Rewrite of choose mode, both to simplify and tidy the code and to add
nicm
2017-05-30