degesch: enable wrapping in the backlog by default

The main issue has been eliminated.
This commit is contained in:
Přemysl Eric Janouch 2020-10-04 12:17:09 +02:00
parent f665f147ff
commit 03e8ad0a3e
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -12973,7 +12973,7 @@ bind_common_keys (struct app_context *ctx)
if (key_f5) CALL_ (self, bind, key_f5, "previous-buffer");
if (key_f6) CALL_ (self, bind, key_f6, "next-buffer");
if (key_ppage) CALL_ (self, bind, key_ppage, "display-backlog-nw");
if (key_ppage) CALL_ (self, bind, key_ppage, "display-backlog");
if (clear_screen)
CALL_ (self, bind_control, 'l', "redraw-screen");