fix (screenrc): avoid jump of an empty character when switch focused window

This commit is contained in:
eeemsi 2023-07-29 16:34:27 +02:00
parent b079d328e7
commit 257eae5c3e
1 changed files with 1 additions and 1 deletions

View File

@ -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 "