Commit 804748d
authored
fix(cli-repl): clear window title when mongosh exits MONGOSH-1233 (#2602)
Terminals do not provide an easy way to "push/pop" window titles,
so we're basically stuck with clearing the window title when mongosh
exits on a best-effort basis.
When somebody brings this up as an issue, we should still recommend
them to include something in their shell's .rc file to automatically
reset window titles after each shell command.1 parent 3c88417 commit 804748d
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| |||
0 commit comments