From: Oleg Broytman Date: Sat, 3 Sep 2022 16:15:11 +0000 (+0300) Subject: .screenrc: Use `caption` instead of `hardstatus` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=e0d3df794002bc0dffeabe40062f16edb08affee .screenrc: Use `caption` instead of `hardstatus` With `caption` `screen` changes terminal icon name. --- diff --git a/.screenrc b/.screenrc index 4eefc6c..a085862 100644 --- a/.screenrc +++ b/.screenrc @@ -93,8 +93,10 @@ termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # display window number, flags and title # for inactive windows - black on yellow (brown) # for active window - black on green -hardstatus alwayslastline -hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" +#hardstatus alwayslastline +#hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" + +caption always "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" # set these terminals up to be 'optimal' instead of vt100 termcapinfo xterm*|rxvt*|linux*|Eterm* OP