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