Re: Screen Disconnects From Serial Port With No Message

2018-05-25 Thread Amadeusz Sławiński
On Sun, 20 May 2018 02:00:18 -0500 R0b0t1 wrote: > Hello, > > When using pyserial, I believe the error is something like "device > notified ready but no bytes to read." Screen may or may not be > encountering the same condition. > > This is happening over a USB serial adapter connected to an em

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

Re: Trouble getting 256 mode working in latest Ubuntu

2018-05-25 Thread Dun Peal
Actually, I still see a few minor errors after installing `ncurses-term`. For example: "TERMCAP", line 20, col 1, terminal 'SC': Missing separator On Thu, May 24, 2018 at 6:46 PM, Dun Peal wrote: > Thanks, Axel. Installing ncurses-term (with `apt install ncurses-term` > on Ubuntu) fixed the issu

#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. _