Reset does not reset terminal (zsh)
See original GitHub issueReset merely shows that the result of the command is successful but it does not actually reset the terminal.
Also, running from source, I get the following error in the console:
Term.ts:2332 Unknown ESC control: .
error @ Term.ts:2331
_processDataEscape @ Term.ts:1601
_processWriteData @ Term.ts:902
_processOneWriteChunk @ Term.ts:749
_processWriteChunkRealTime @ Term.ts:713
(anonymous) @ Term.ts:671
setTimeout (async)
_scheduleProcessWriteChunk @ Term.ts:669
write @ Term.ts:651
(anonymous) @ Terminal.ts:284
(anonymous) @ EventEmitter.ts:37
fire @ EventEmitter.ts:37
_processPtyOutput @ PtyIpcBridge.ts:132
_handlePtyOutput @ PtyIpcBridge.ts:64
(anonymous) @ WebIpc.ts:66
handleAsyncIpc @ WebIpc.ts:65
emit @ events.js:223
onMessage @ electron/js2c/renderer_init.js:115
Term.ts:2333 console.trace
System details
- OS: Pop!_OS 20.04 LTS x86_64
- GNOME Shell 3.36.4
- Kernel: 5.4.0-7642-generic
- Shell: zsh 5.8
- DE: Unity
- WM: Mutter
- WM Theme: Adwaita
- Theme: Pop-dark [GTK2/3
- CPU: Intel i7-8550U (8) @ 4.000GHz
- GPU: Intel UHD Graphics 620
- Memory: 6305MiB / 15720MiB
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
macos - Any ideas on how to reset my zsh terminal to default?
To reset your zsh settings to default, just delete your .zshrc file by clicking it once and then pressing ⌘ ⌫ (Cmd-Backspace). (If...
Read more >Reset terminal after each command in ZSH - Ask Ubuntu
But reset is slow. So my question is: how to execute something after a command was executed in ZSH and what to execute...
Read more >How to Factory Reset Terminal on Mac [Bash and Zsh] - EaseUS
This hard reset option will remove everything from your Mac and expunge the Terminal screen. Once done, you will observe a black screen....
Read more >How do I reset and put the zshrc file back to default?
There is no such thing as "default". The best you can do, is check if your system has ...
Read more >Resetting Terminal Environment | Apple Developer Forums
In the Terminal, run Shell > New Command.. > and manually enter "/bin/bash" or "bin/zsh", etc. without the quotes. That will get the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you’ve resolved an issue yourself or no longer think it is needed, then do close it yourself and maybe say why.
For issues that have fixed in the code I tend to leave them open until the new release is actually available. The idea being that if you see that an issue is fixed then you know you have received it (assuming of course you are running the latest release).
That’s the informal policy. It is not set in stone though.
Great spot! It is also easily reproducible here too.