Skip to content

Commit

Permalink
Try out \x1b\x7f
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jan 19, 2025
1 parent 96dad5e commit 71bd117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manimShell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export class ManimShell {
// \u000F: Ctrl+o (Shift In) to enter multi-line mode
// then: \x1b\r\: ESC + ENTER + ENTER to exit multi-line mode
// command = `${command}`;
command += "\r\x7f";
command += "\x1b\x7f";
}

Logger.debug(`🚀 Exec command: ${command}, waitUntilFinished=${waitUntilFinished}`
Expand Down

0 comments on commit 71bd117

Please sign in to comment.