Re: #define TOPSTAT in Screen v.4.6.2 and newer

2018-05-29 Thread Dun Peal
Thanks Neal and Amadeusz. Amadeusz, you are correct, `#define TOPSTAT` does still work as of latest release (4.6.2). I thought it stopped because my patch stopped working due to location changes in `config.h`. Thanks again, D. On Fri, May 25, 2018 at 2:22 PM, Amadeusz Sławiński wrote: > On Fri,

Re: #define TOPSTAT in Screen v.4.6.2 and newer

2018-05-25 Thread Amadeusz Sławiński
On Fri, 25 May 2018 09:58:47 -0500 Dun Peal wrote: > Hi folks, > > I used to #define TOPSTAT in config.h to set the status line to render > on the first line of the terminal rather than the last. > > It seems this incantation no longer works at least as of v.4.6.2. > > Is there an alternative

Re: #define TOPSTAT in Screen v.4.6.2 and newer

2018-05-25 Thread Neal Fultz
This is (IIRC) a run time option instead of compile time: hardstatus firstline region captions have a similar option also. On Fri, May 25, 2018 at 7:58 AM, Dun Peal wrote: > Hi folks, > > I used to #define TOPSTAT in config.h to set the status line to render > on the first line of the termin

#define TOPSTAT in Screen v.4.6.2 and newer

2018-05-25 Thread Dun Peal
Hi folks, I used to #define TOPSTAT in config.h to set the status line to render on the first line of the terminal rather than the last. It seems this incantation no longer works at least as of v.4.6.2. Is there an alternative new way to set the same configuration? Thanks, D. _