From 2f50a17b6807d44889e00d446f4bb99016b9875c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 28 Feb 2009 11:22:29 -0600 Subject: [PATCH 1/1] screen: Display hostname in the hardstatus line. --- screenrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/screenrc b/screenrc index 0b9f190..cd30812 100644 --- a/screenrc +++ b/screenrc @@ -13,6 +13,7 @@ defscrollback 10000 # Bind P to paste the buffer content, like Vim's p. bind P paste . -# Always display the status line and display the name of the window. +# Always display the status line. hardstatus on -hardstatus alwayslastline "%w" +# Display the name of the window and the current hostname. +hardstatus alwayslastline "%w%=%H" -- 2.44.2