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
I believe I managed to get consistent repro steps down to a small script below, so you won't need to install too many dependencies. To reproduce, you only need urwid installed, and then save this script (say in /tmp/repro.py) which has the important bits from scli:
Hello,
I was trying out https://github.com/isamert/scli when I noticed that UI often gets corrupted when emojis are involved, and it turns out z4h is somewhat to blame 🙂
I believe I managed to get consistent repro steps down to a small script below, so you won't need to install too many dependencies. To reproduce, you only need urwid installed, and then save this script (say in
/tmp/repro.py
) which has the important bits fromscli
:Now:
kitty --config NONE
z4h
up-to-date.zshrc
containing just one linez4h init || return
python /tmp/repro.py
- you will see status bar withLeft:
andRight: 0
in the bottom row.Space
, an emoji is drawn on the left side in the bottom row.Expected: nothing changes on the screen, except the appearance of the emoji symbol.
Actual: The entire screen, all rows, get moved up by one row.
Finally:
Space
, things will get progressively worse.zstyle ':z4h:' start-tmux no
to your.zshrc
- the bug will no longer reproduce.The text was updated successfully, but these errors were encountered: