CVSROOT: /cvs Module name: src Changes by: aoy...@cvs.openbsd.org 2013/05/17 17:25:16
Modified files: sys/arch/luna88k/dev: omrasops.c Log message: Fix 'the right-of-cursor background color is inverted when we do delete-after-cursor' bug on luna88k wscons console, by adding the same operation in om_putchar() to om_erasecols() and om_eraserows(). ok miod@