On Mon, 11 Mar 2019 16:33:11 -0600
Stan Marsh wrote:
> From within screen, I do:
>
> $ screen -L cat food
>
> This pops up a new window (in the current screen session) with an error
> message that food doesn't exist, then exits (see note 1 below). I should
> then have a screenlog.N file on my s
On Fri, 22 Feb 2019 13:29:17 +0100
Stefan Assmann wrote:
> Characters are stored as uint32 nowadays. Looking at the lower bytes
> only seems to be an oversight from the fontx clean up.
>
> Fixes: f18f5d0da1d4 get rid of fontx
> ---
> src/display.c | 1 -
> 1 file changed, 1 deletion(-)
>
> dif