I am messing around with the login.js and if I add console.clear() after console.print("\r\nNN:\b\b\bLogin: \1w"); I get a [Hit a Key] pause prompt before it clears.
Is it possible to prevent the pause here? I dont seem to get a pause
when I use console.clear() in other scripts.
MA> Is it possible to prevent the pause here? I dont seem to get a pause
MA> when I use console.clear() in other scripts.
If you remove the console.clear() statement, is there still a pause before the
next bit of output appears in the terminal?
You could try adding a 'console.line_counter = 0;' and/or a 'console.clear();'
to the top of the script to see if that makes it go away.
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 101 |
Nodes: | 16 (0 / 16) |
Uptime: | 01:46:01 |
Calls: | 6,132 |
Calls today: | 6 |
Files: | 8,500 |
D/L today: |
402 files (179M bytes) |
Messages: | 348,305 |
Posted today: | 20 |