commit ffa13f4493d75a1b32a3ff2c6e0e2206b15c3969 Author: Miroslav Lichvar Date: Tue Aug 24 15:43:27 2010 +0200 print F2 as help key in help line diff --git a/tui.c b/tui.c index 19fba8e..ca0c064 100644 --- a/tui.c +++ b/tui.c @@ -106,7 +106,7 @@ void display_help() { attron(COLOR_PAIR(1)); move(0, 0); hline(' ', COLS); - addnstr("q:Quit d,D,E:Del u,U,I:Undel r,R:Req b,B:ReqBy i:Info c,C:Commit F1:Help", COLS); + addnstr("q:Quit d,D,E:Del u,U,I:Undel r,R:Req b,B:ReqBy i:Info c,C:Commit F2:Help", COLS); } void display_status(const struct pkgs *p, const struct pkglist *l) {