screen-users
[Top][All Lists]
Advanced

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

Re: Can screen render hardstatus and messages in different lines in the


From: Dun Peal
Subject: Re: Can screen render hardstatus and messages in different lines in the terminal?
Date: Mon, 9 May 2011 15:29:46 -0500

Some digging on my own revealed the following chunk of code in `config.h`:

    /*
     * If you'd rather see the status line on the first line of your
     * terminal rather than the last, define TOPSTAT.
     */
    /* #undef TOPSTAT */ct

It moves both the hardstatus and the messages to the first (top) line,
so my hacky solution is to use a caption that contains the exact same
information my hardstatus used to contain, and turn the hardstatus
off. That way I have all that info on the lastline, and get messages
in the first line, with no shadowing.

Thanks, D.



reply via email to

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