Open tristil opened 3 years ago
Also happening with dracula and arrow themes
I've noticed similar problems with the Zsh clean theme. Sometimes (but not always) the terminal text will be indented so far to the left it's partially off the screen. Other times, multiple lines will get mangled together. Disabling the theme fixes the problem in Oni2.
This is a regression from previous behavior seen in most recent build.
When
sindresorhus/pure
theme is enabled, typing commands is either delayed or commands are not echoed to the screen, depending on which directory you are in.Scenario 1: If you are in a regular folder and you press a key, it won't echo out until pressing the second key. e.g. to do
ls
, you pressl
and there is no output, then you will seels
after pressings
Scenario 2: If you are in a folder that has a tracked git remote then pressing any key will not echo characters until you press enter. After you press enter the current command line will show
?1h
briefly. After the action completes,?1L
is shown in the previously executed command line.Simplified zgen config used to install pure theme: