about summary refs log tree commit diff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-11-29 18:58:31 +0100
committerLars Hjemli <hjemli@gmail.com>2008-11-29 18:58:31 +0100
commit951f550b60befeacd7334aebd64c891e72be5ac4 (patch)
tree334c9bff80857a27a0daca9a0f78c760bb4be6f3 /tests/Makefile
parentui-log: add support for showing the full commit message (diff)
downloadcgit-pink-951f550b60befeacd7334aebd64c891e72be5ac4.tar.gz
cgit-pink-951f550b60befeacd7334aebd64c891e72be5ac4.zip
ui-log: (ab)use extra columns for commit message when showmsg=1
If the commit message has extra long lines it's better to use the author/
files/lines columns to show those lines than to push the columns of screen
and force the users to hscroll.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests/Makefile')
0 files changed, 0 insertions, 0 deletions
a href='/catgirl/commit/catgirl.7?h=enroll&id=920ea899d7535d8ad821837be8ca95f525a35eaa&follow=1'>Add GNU/Linux build instructionsJune McEnroeirl/commit/event.c?h=enroll&id=e7926629edff43d0d7939d4592ae1c5655403edb&follow=1'>Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe