degesch: enable wrapping in the backlog by default
The main issue has been eliminated.
This commit is contained in:
parent
f665f147ff
commit
03e8ad0a3e
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue