From 270717cce2199271b7bc35ddd4b15632df521840 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 7 Oct 2016 15:51:30 +0300 Subject: [PATCH] screen proper window title --- screenrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/screenrc b/screenrc index b7f8bb4..283f4e6 100644 --- a/screenrc +++ b/screenrc @@ -1,6 +1,5 @@ # window title hack -termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007' -defhstatus "$USER@^EH (screen)" +hardstatus string "[%H:%n] %t" # so we don't have to enter the copy mode every time we want to scroll termcapinfo rxvt*|xterm* ti@:te@ # the rest is pretty obvious