Re: pretty borders for slitherins

2019-09-26 Thread Ted Unangst
Nicholas Marriott wrote: > OK seems like it is always using ACS which is correct. > > I just remembered jmc asked me about this before and it turned out that > ACS doesn't work with the DRM console - I don't think the font have the > right symbol for either ACS or UTF-8 line drawing, but there

Re: pretty borders for slitherins

2019-09-26 Thread Nicholas Marriott
OK seems like it is always using ACS which is correct. I just remembered jmc asked me about this before and it turned out that ACS doesn't work with the DRM console - I don't think the font have the right symbol for either ACS or UTF-8 line drawing, but there may be other problems in there as

Re: pretty borders for slitherins

2019-09-25 Thread Scott Cheloha
On Wed, Sep 25, 2019 at 08:29:47PM +0100, Nicholas Marriott wrote: > It will use either UTF-8 characters or the ACS characters from TERM. > > The way it decides which is somewhat confusing and it looks like it is > choosing to use UTF-8 even when I wouldn't expect it to so I'm not sure > it is

Re: pretty borders for slitherins

2019-09-25 Thread Nicholas Marriott
It will use either UTF-8 characters or the ACS characters from TERM. The way it decides which is somewhat confusing and it looks like it is choosing to use UTF-8 even when I wouldn't expect it to so I'm not sure it is actually working correctly in our ncurses version. I don't think UTF-8 line

Re: pretty borders for slitherins

2019-09-25 Thread Mike Larkin
On Wed, Sep 25, 2019 at 10:53:21AM -0600, Theo de Raadt wrote: > Ted Unangst wrote: > > > Scott Cheloha wrote: > > > On Mon, Sep 23, 2019 at 06:23:32PM -0400, Ted Unangst wrote: > > > > snake and worm draw boxes, but they can be prettier by using the default > > > > style, which will use line

Re: pretty borders for slitherins

2019-09-25 Thread Theo de Raadt
Ted Unangst wrote: > Scott Cheloha wrote: > > On Mon, Sep 23, 2019 at 06:23:32PM -0400, Ted Unangst wrote: > > > snake and worm draw boxes, but they can be prettier by using the default > > > style, which will use line drawing instead of ugly -*| characters. > > > > > > should do the right

Re: pretty borders for slitherins

2019-09-25 Thread Ted Unangst
Scott Cheloha wrote: > On Mon, Sep 23, 2019 at 06:23:32PM -0400, Ted Unangst wrote: > > snake and worm draw boxes, but they can be prettier by using the default > > style, which will use line drawing instead of ugly -*| characters. > > > > should do the right thing on a vt100, but only tested in

Re: pretty borders for slitherins

2019-09-25 Thread Scott Cheloha
On Mon, Sep 23, 2019 at 06:23:32PM -0400, Ted Unangst wrote: > snake and worm draw boxes, but they can be prettier by using the default > style, which will use line drawing instead of ugly -*| characters. > > should do the right thing on a vt100, but only tested in xterm. It looks much prettier

pretty borders for slitherins

2019-09-23 Thread Ted Unangst
snake and worm draw boxes, but they can be prettier by using the default style, which will use line drawing instead of ugly -*| characters. should do the right thing on a vt100, but only tested in xterm. Index: snake/snake.c === RCS