summaryrefslogtreecommitdiff
path: root/sys/dev/rcons
AgeCommit message (Expand)Author
1999-12-17Indicate that rcons is a dead end and that doing something more wsconsish isad
1999-11-23Round out our options with 4bpp framebuffer support, conditionalscottr
1999-08-26Change the way the default foreground and background colors are chosen:thorpej
1999-07-20The options actually used are RASTERCONSOLE_{FG,BG}COL, notbouyer
1999-05-23- Setting initial position of cursor is up to caller.ad
1999-05-20This file is superceded by rcons.h.ad
1999-05-20Fix broken prototype.thorpej
1999-05-19Add arg to rcons_init() that when set causes screen to be cleared.ad
1999-05-19Don't clear screen upon startup unless we're running on a pmax (remediesad
1999-04-22Let `mapchar' in operations set decide if characters (c > 127) are printable.ad
1999-04-14Add missing RCONS_2BPP and RCONS_16BPP options for compatibility with codead
1999-04-13Many enchancements to rcons to support ANSI color and all attributesad
1999-03-27defopt RCONS_2BPP and RCONS_16BPPdbj
1999-01-11add 2bpp support, for sake of NeXT monochrome displays, fromdrochner
1998-12-18Replace a use of << with the LSOP macro, to fix a specific problem onthorpej
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-04-11include raster_op.c and raster_text.c if 'raster' is defined, as wellcgd
1996-03-14- add and fix prototypes and warnings.christos
1995-11-29Make it work on little-endian monochrome buffers; per Ted.pk
1995-11-29Must change `u_long' to `u_int32_t' as Jason pointed out.pk
1995-11-24since 'long's in this code are meant to be exactly 32-bits wide, usecgd
1995-10-05Remove `rc_font_ascent' from structure.pk
1995-10-04Move font defs back into machine-dependent area (per Jonathan Stone).pk
1995-10-04Move RCONSOLE files here and rename option to RASTERCONSOLE.pk
1995-09-17rcons (Raster CONSole) brought over here from the sparc area.pk