Improved keyboard handling code

Fixed problems with differnet console sizes
Started function renaming

svn path=/trunk/; revision=1034
This commit is contained in:
Eric Kohl 2000-03-08 01:49:37 +00:00
parent 1eed2a945a
commit a12836346f
20 changed files with 301 additions and 240 deletions

View file

@ -381,7 +381,7 @@ static void PaintMsg(DFWINDOW wnd, PARAM p1, PARAM p2)
ClipString++;
/* ----- blank line for padding ----- */
memset(blankline, ' ', SCREENWIDTH);
memset(blankline, ' ', DfGetScreenWidth());
blankline[RectRight(rcc)+1] = '\0';
/* ------- each line within rectangle ------ */