Skip to content

Commit

Permalink
Fix compatibility with 233 platform & JediTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Feb 7, 2024
1 parent 647fa7b commit e57951a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class ToolWindowReplTab(val module: Module, parent: Disposable) : MicroPythonRep
process.onExit().whenComplete { _, _ -> ActivityTracker.getInstance().inc() }
if (deviceConfiguration.clearReplOnLaunch) {
terminalWidget.terminalTextBuffer.clearHistory()
terminalWidget.terminal.reset()
terminalWidget.terminal.reset(true)
} else {
terminalWidget.terminal.nextLine()
}
Expand Down

0 comments on commit e57951a

Please sign in to comment.