Skip to content
Snippets Groups Projects
Commit 4d468fe3 authored by deuce's avatar deuce
Browse files

Fix ESC[| ANSI music (SyncTERM extension) which has NEVER WORKED

since it was first added 3 years, 1 month ago.
parent 0bbd935c
Branches
Tags
No related merge requests found
......@@ -1114,6 +1114,7 @@ void do_ansi(char *retbuf, size_t retsize, int *speed)
case 'z': /* ToDo? Reset */
break;
case '|': /* SyncTERM ANSI Music */
cterm.music=1;
break;
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment