Re: new console client for ncurses

2002-06-13 Thread Marcus Brinkmann
On Thu, Jun 13, 2002 at 02:51:36AM +0200, Marcus Brinkmann wrote: > But with a ring buffer, you always have the > boundary case that a region spans over the end of the physical buffer. > (If you want an exercise, rewrite display.c:screen_shift_left() without > using a loop, but by calculating the

new console client for ncurses

2002-06-12 Thread Marcus Brinkmann
Hi, here is my current version of the ncurses console client. If you don't want to do some debugging with the current console server it will be pretty useless, though. Of course, the important work has been done in the console server, but as this is the client to go with those changes, I post i