]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screen: Display hostname in the hardstatus line.
authorSimon Ruderich <simon@ruderich.org>
Sat, 28 Feb 2009 17:22:29 +0000 (11:22 -0600)
committerSimon Ruderich <simon@ruderich.org>
Sat, 28 Feb 2009 17:22:29 +0000 (11:22 -0600)
screenrc

index 0b9f19003488b259f25e2202497cd73358cfaff5..cd30812e7a03faa6e5204f9db3ce49316dc40f21 100644 (file)
--- 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"