diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -696,23 +696,23 @@ void fini_curses(void); const char *help_long = "KEY BINDINGS\n" "\n" - " c create post\n" - " e edit post\n" - " r refresh post list\n" - " i view info of post author\n" - " p edit your profile picture\n" - " v view post in external pager\n" - " q quit cbink\n" - " ? open this help\n" - " Tab toggle profile pictures\n" - " g scroll to top\n" - " G scroll to bottom\n" - " j/Down next post\n" - " k/Up prev post\n" - " PageDown/Space next page\n" - " PageUp/b prev page\n" - " u/Ctrl-u half-page up\n" - " d/Ctrl-d half-page down\n" + " c create post\n" + " e edit post\n" + " r refresh post list\n" + " i view info of post author\n" + " p edit your profile picture\n" + " v view post in external pager\n" + " q quit cbink\n" + " ? open this help\n" + " Tab toggle profile pictures\n" + " g scroll to top\n" + " G scroll to bottom\n" + " j/Down post down\n" + " k/Up post up\n" + " PgDn/Space page down\n" + " PgUp/b page up\n" + " d/Ctrl-d half-page down\n" + " u/Ctrl-u half-page up\n" "\n" "CONFIGURATION\n" "\n" |
