rpmreaper/rpmreaper-0.1.6-f2help.patch
Miroslav Lichvar ee274f34cd 0.1.6-4
- print F2 as help key in help line (#472039)
- require less (#599183)
2010-08-24 15:58:06 +02:00

20 lines
631 B
Diff

commit ffa13f4493d75a1b32a3ff2c6e0e2206b15c3969
Author: Miroslav Lichvar <mlichvar@redhat.com>
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) {