From 810320e5d8ace8058a5f7ea7c5f90616a9d771aa Mon Sep 17 00:00:00 2001 From: mattia Date: Thu, 15 Aug 2024 14:45:56 +0200 Subject: [PATCH] Serialize pane viewport This allows the output to be restored along with the session. --- config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.kdl b/config.kdl index 79f1fdf..467fd9d 100644 --- a/config.kdl +++ b/config.kdl @@ -248,7 +248,7 @@ auto_layout false // Options: // - true // - false (default) -// serialize_pane_viewport true +serialize_pane_viewport true // Scrollback lines to serialize along with the pane viewport when serializing sessions, 0 // defaults to the scrollback size. If this number is higher than the scrollback size, it will