Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
49c12b2c
Commit
49c12b2c
authored
Feb 28, 2021
by
Deucе
👌🏾
Browse files
Set the local console title to the script name
Much better than the default "SyncConsole".
parent
f3db26c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
exec/dorkit/local_console.js
exec/dorkit/local_console.js
+1
-0
No files found.
exec/dorkit/local_console.js
View file @
49c12b2c
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment