You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue that only occurs with the old fork of Tcell that Micro uses. It is reported in #1243 and #2038 so this could be closed as a duplicate, but other issues seem to be currently focused.
This issue has also bothered me when I use Micro on Windows. The only good thing I could say is that I have started thinking on how to update the fork, so that platform-specific fixes (not only on Windows) could be applied.
The only good thing I could say is that I have started thinking on how to update the fork, so that platform-specific fixes (not only on Windows) could be applied.
The first foundation is build with the master branch of tcell in the micro-editor organization. Unfortunately a lot more changes done at the legacy branch must be ported to the much newer upstream code base, for which I wasn't able to spend the time yet.
Description of the problem or steps to reproduce
micro
will erase the scrollback buffer upon exit.Specifications
Commit hash: 9835676
OS: Windows 10 21H2
Terminal:
WindowsTerminal.exe
canary,openconsole.exe
canary ,cmd.exe
21h2 native.This is a deal-braker to me. Anyway to make it stop doing it? Maybe a envvar? Or is this a
tcell
behavior?The text was updated successfully, but these errors were encountered: