Hey DM,
I've noticed that whenver I use console.clear() (to clear the screen and home the cursor), I'm getting a "pause prompt" (Hit a key) before it actually clears the screen and homes the cursor.
However, if I home the cursor before hand console.gotoxy(0,0) and then call console.clear(), I do not get that pause prompt.
Is this expected?
I've noticed that whenver I use console.clear() (to clear the screen and home the cursor), I'm getting a "pause prompt" (Hit a key) before it actually clears the screen and homes the cursor.If there are potentially unacknowledged/read lines that have been printed on the console, that is normal. Set console.line_counter = 0 if you wish to defeat the auto-pause behavior.
Sysop: | Ragnarok |
---|---|
Location: | Dock Sud, Bs As, Argentina |
Users: | 136 |
Nodes: | 10 (0 / 10) |
Uptime: | 54:28:35 |
Calls: | 15,173 |
Files: | 19,862 |
D/L today: |
43 files (7,612K bytes) |
Messages: | 1,693,498 |