about summary refs log tree commit diff
path: root/ui-atom.c
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2016-07-13 20:19:42 +0100
committerJohn Keeping <john@keeping.me.uk>2016-10-01 11:45:17 +0100
commit000cf294c4d3f3a72b31d8bd0186ac989f596890 (patch)
tree8950b52925fd87b21b5fda1dd8ec7011fd22f8d8 /ui-atom.c
parentui-ssdiff: fix decl-after-statement warnings (diff)
downloadcgit-pink-000cf294c4d3f3a72b31d8bd0186ac989f596890.tar.gz
cgit-pink-000cf294c4d3f3a72b31d8bd0186ac989f596890.zip
tree: allow skipping through single-child trees
If we have only a single element in a directory (for example in Java
package paths), display multiple directories in one go so that it is
possible to navigate directly to the first directory that contains
either files or multiple directories.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
2020-02-10Recalculate unreadLines on reflowJune McEnroe 2020-02-10Only make windows hotterJune McEnroe A warm message shouldn't clear a window's hotness. 2020-02-10Always increase unreadLinesJune McEnroe So that if you switch to a window and some new activity happens before you press M-u, it'll still jump to the right place. 2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe But include a pair of parentheses in the URL itself. 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe