Skip to content

Commit eefde15

Browse files
committedSep 28, 2022
fix: in graphical guide mode, ask madwizard to clear screen between choices
1 parent 1a1442d commit eefde15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plugins/plugin-codeflare/src/controller/terminal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class TaskTerminal extends React.PureComponent<Props, State> {
8282

8383
this.setState({
8484
cmdline,
85-
env,
85+
env: Object.assign({}, env, { MWCLEAR: "true" }),
8686
})
8787
} catch (error) {
8888
console.error("Error initializing command line", error)

0 commit comments

Comments
 (0)
Please sign in to comment.