CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/03/29 07:01:31
Modified files: sys/arch/sgi/gio: grtwo.c Log message: Do not play with the xmapmode register, for its layout seems to differ between board revisions < 4 (found on Indigo) and >= 4 (found on Indy and Indigo2). Paint the cursor as an inverted glyph, instead of exchanging bg and fg colours (matching the current practice on other frame buffers). Speed-up overlapping copy operations by attempting to perform them in larger chunks whenever possible; this speeds up console jump scrolling.