We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9cb68 commit 8faa35eCopy full SHA for 8faa35e
docs/src/components/Terminal/star-wars.ts
@@ -42,6 +42,7 @@ export default async function command(this: JQueryTerminal, delay_arg = '50') {
42
stop = true;
43
this.cmd().show();
44
this.import_view(view);
45
+ return false;
46
}
47
this.push($.noop, {
48
onExit: exit,
0 commit comments