Skip to content
Snippets Groups Projects
Commit 84319500 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Set the local console title to the script name

Much better than the default "SyncConsole".
parent f6f90440
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
require('graphic.js', 'Graphic');
if (js.global.conio !== undefined && dk.console.local) {
conio.init();
conio.settitle(js.exec_file);
conio.clrscr();
conio.setcursortype(2);
dk.console.input_queue_callback.push(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment