> as suggested by Todd, I've started to write a "curses" library for JOS.
> The 0.1-prebeta release is available at web address:

        Good stuff!  Be aware that I'm trying to provide a standardized
console for JOS -- though only method I'm thinking about supporting is
putChar(x,y,char) (and possibly putStyle()) -- so that some of the
back-end support exists/will exist (at least for the i386 build -- the
host build will need different back-end stuff).  I'd like to see the
curses text windowing, etc, become std equipment on JOS though.  (That is,
anywhere a putChar() console is appropriate, so would a curses console.
Under that assumption, jos.system.curses would be an appropriate package
name, with jos.system.curses.console (screen?) the interface class.)

-_Quinn


_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to