Small bugfix by Hendrik Jan
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2038
This commit is contained in:
parent
32d35dc207
commit
b34e3422af
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void DEBUG_ShowMsg(char * format,...) {
|
|||
if (logBuffPos!=logBuff.end()) {
|
||||
logBuffPos=logBuff.end();
|
||||
DEBUG_RefreshPage(0);
|
||||
mvwprintw(dbg.win_out,dbg.win_out->_maxy, 0, "");
|
||||
mvwprintw(dbg.win_out,dbg.win_out->_maxy-1, 0, "");
|
||||
}
|
||||
logBuff.push_back(newLine);
|
||||
if (logBuff.size()>500) {
|
||||
|
|
Loading…
Add table
Reference in a new issue