91861 / wayst

A simple terminal emulator
MIT License
289 stars 9 forks source link

Unknown control sequence: 1@, when dots are used on the line #6

Closed freed00m closed 4 years ago

freed00m commented 4 years ago

When trying to put character while there is a dot somewhere, the drawing gets destroyed.

You can reproduce really quickly, type

$ systemctl start shadow.service 

then navigate with arrows to delete the start part and attempt to type, No character are drawn on display but command still valid and could be run

No italic style found for "Terminus"
Failed to locate font files for "FontAwesome"Failed to locate font files for "NotoColorEmoji"Unknown control sequence: 1@a
Unknown control sequence: 1@s
Unknown control sequence: 1@s
gUnknown control sequence: 1@s
Unknown control sequence: 1@a
Unknown control sequence: 1@o
Unknown control sequence: 1@p
Segmentation fault (core dumped)

Then after while it crashes

Config:

# Additional information:
#   
#   XKB_DEFAULT_LAYOUT=cz
#   XKB_DEFAULT_VARIANT=qwerty
#   XKB_DEFAULT_OPTIONS=ctrl:nocaps
#
font="Terminus"
dpi=96
colorscheme=wayst
dynamic-title=true
term="xterm-256color"
91861 commented 4 years ago

What shell are you running?

freed00m commented 4 years ago

gnu bash 5.0.017-1 (from Arch repos x86_64)

I had colors in my PS1 var, but removing it didn't help.

freed00m commented 4 years ago

thx it works :)