screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to remove an error message in the bottom-line?


From: jenia.ivlev
Subject: How to remove an error message in the bottom-line?
Date: Fri, 30 Jan 2015 18:55:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hello:

How do I remove this message from the bottom line in screen:

    "Message 12549 of 12584 bytes to small"

I have a screenrc file from here:
https://gist.github.com/ChrisWills/1337178

    # GNU Screen - main configuration file
    # All other .screenrc files will source this file to inherit settings.
    # Author: Christian Wills - address@hidden
     
    # Allow bold colors - necessary for some reason
    attrcolor b ".I"
     
    # Tell screen how to set colors. AB = background, AF=foreground
    termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
     
    # Enables use of shift-PgUp and shift-PgDn
    termcapinfo xterm|xterms|xs|rxvt ti@:te@
     
    # Erase background with current bg color
    defbce "on"
     
    # Enable 256 color term
    term xterm-256color
     
    # Cache 30000 lines for scroll back
    defscrollback 30000
     
    # New mail notification
    backtick 101 30 15 $HOME/bin/mailstatus.sh
     
    hardstatus alwayslastline
    # Very nice tabbed colored hardstatus line
    hardstatus string '%{= Kd} %{= Kd}%-w%{= Kr}[%{= KW}%n %t%{= Kr}]%{= Kd}%+w 
%-= %{KG} %H%{KW}|%{KY}%101`%{KW}|%D %M %d %Y%{= Kc} %C%A%{-}'
     
    # change command character from ctrl-a to ctrl-b (emacs users may want this)
    #escape ^Bb
     
    # Hide hardstatus: ctrl-a f
    bind f eval "hardstatus ignore"
    # Show hardstatus: ctrl-a F
    bind F eval "hardstatus alwayslastline" 
    




reply via email to

[Prev in Thread] Current Thread [Next in Thread]