Respond to terminal title change code #167

Closed
opened 2014-10-22 18:10:54 +02:00 by exebook · 0 comments
exebook commented 2014-10-22 18:10:54 +02:00 (Migrated from github.com)

I am using this node.js function to change the console title:

function setConsoleTitle(t) {
    process.stdout.write(
        String.fromCharCode(27,93,59) + t + String.fromCharCode(7))
}

Other terminal apps handle this, but not the cool-retro!

I am using this node.js function to change the console title: ``` function setConsoleTitle(t) { process.stdout.write( String.fromCharCode(27,93,59) + t + String.fromCharCode(7)) } ``` Other terminal apps handle this, but not the cool-retro!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#167
No description provided.