From b079d328e7ad9b75afa70a9b87a6c873de250c4c Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sat, 29 Jul 2023 16:10:32 +0200 Subject: [PATCH] feat (screenrc): add a simple "status line" --- screenrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/screenrc b/screenrc index ea7d754..efe232d 100644 --- a/screenrc +++ b/screenrc @@ -7,3 +7,8 @@ bell_msg "" # size of the scrollback buffer for the current windows to num lines. # the default scrollback is 100 lines 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 "