mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-05 01:33:13 +00:00
added Flush()
This commit is contained in:
parent
5e3cc9dda3
commit
00fb67894f
@ -605,6 +605,7 @@ Update_t ConsoleBufferTryUnpause (int nLines)
|
|||||||
return UPDATE_CONSOLE_DISPLAY;
|
return UPDATE_CONSOLE_DISPLAY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Flush the console
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
Update_t ConsoleUpdate ()
|
Update_t ConsoleUpdate ()
|
||||||
{
|
{
|
||||||
@ -616,3 +617,10 @@ Update_t ConsoleUpdate ()
|
|||||||
|
|
||||||
return UPDATE_CONSOLE_DISPLAY;
|
return UPDATE_CONSOLE_DISPLAY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//===========================================================================
|
||||||
|
void ConsoleFlush ()
|
||||||
|
{
|
||||||
|
int nLines = g_nConsoleBuffer;
|
||||||
|
ConsoleBufferTryUnpause( nLines );
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user