On 2022/12/13 14:27, Stuart Henderson wrote:
> On 2022/12/13 14:13, Janne Johansson wrote:
> > Den tis 13 dec. 2022 kl 14:11 skrev Alireza Arzehgar
> > <[email protected]>:
> > > I implemented an interesting game. I thought this game is cool and could 
> > > be
> > > fun
> > > for OpenBSD users. I don't know what game will accept on OpenBSD. But I 
> > > hope
> > > this patch is interesting.
> > 
> > Send it as a port instead.
> 
> yep, I don't think we're very likely to add any more to src/games.
> 
> > +    sprintf(text, "\033[%dm%s\033[0m", 30 + id, msg);
> 
> and even if we did, base doesn't assume that every console handles
> ANSI X3.64 colour sequences. there are some style(9) issues too.
> 
> ports would be the right place to add this.
> 

(...though it would be better if it didn't assume ANSI there, too...)

Reply via email to