Changeset 3950 for trunk/console

Show
Ignore:
Timestamp:
11/02/04 23:21:29 (4 years ago)
Author:
dreamforce2
Message:

- fix userlist overlapping the message box.
this fixes SF-bug 1047281.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console.cpp

    r3933 r3950  
    252252  for (unsigned short i = 0; i <= MAX_CON; i++) 
    253253  { 
    254     winCon[i] = new CWindow(LINES - 5, COLS - USER_WIN_WIDTH - 1, 2, USER_WIN_WIDTH, 
     254    winCon[i] = new CWindow(LINES - 5, COLS - USER_WIN_WIDTH - 1, 2, USER_WIN_WIDTH + 1, 
    255255                            SCROLLBACK_BUFFER, true); 
    256256    scrollok(winCon[i]->Win(), true);