mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
Improved keyboard handling code
Fixed problems with differnet console sizes Started function renaming svn path=/trunk/; revision=1034
This commit is contained in:
parent
1eed2a945a
commit
a12836346f
20 changed files with 301 additions and 240 deletions
|
@ -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 ------ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue