Changed 'Clear the screen' to 'Clear the drawpage'.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4394 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -113,7 +113,7 @@ const char* __fastcall__ tgi_geterrormsg (unsigned char code);
|
||||
/* Get an error message describing the error in code. */
|
||||
|
||||
void __fastcall__ tgi_clear (void);
|
||||
/* Clear the screen. */
|
||||
/* Clear the drawpage. */
|
||||
|
||||
unsigned __fastcall__ tgi_getpagecount (void);
|
||||
/* Returns the number of screen pages available. */
|
||||
|
||||
Reference in New Issue
Block a user