From 257eae5c3e4f2a4327f9f7ec81ac6b23e65e4c79 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sat, 29 Jul 2023 16:34:27 +0200 Subject: [PATCH] fix (screenrc): avoid jump of an empty character when switch focused window --- screenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenrc b/screenrc index efe232d..17503ab 100644 --- a/screenrc +++ b/screenrc @@ -11,4 +11,4 @@ scrollback 8192 # define some sort of simple status line # display names of unfocused windows and the hostname hardstatus off -caption always "%{gk}%-w%{} %n:%f*%{-} %+w %{kg}%=%H " +caption always "%{gk}%-w%{}%n:%f*%{-} %+w %{kg}%=%H "