From 03e8ad0a3ed1945fbfb8dfc0158a7ecb2c2c2d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 4 Oct 2020 12:17:09 +0200 Subject: [PATCH] degesch: enable wrapping in the backlog by default The main issue has been eliminated. --- degesch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degesch.c b/degesch.c index 4639da7..8cba5da 100644 --- a/degesch.c +++ b/degesch.c @@ -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");