On Fri, Feb 07, 2020 at 08:19:15PM +0300, Kirill Rogylev wrote: > Hello, I found a bug with bad Simple Terminal work with cyrillic > characters, exactly with deleting them.When I input any cyrillic string in > my programms, and then delete some characters of it in terminal input, some > characters dont erase.I cant explain better because I dont know English > well, but I recorded video where I show the problem and attached it to this > email. I hope you will fix this problem or or tell me a solution because I > really like Simple Terminal, but I cant use it because of bad work with my > programms.
Hi, this is not really a bug, the glyphs render fine. It seems that in st you have iutf8 disabled for the tty. Try executing "stty iutf8". If that doesn't help compare the output of "stty -a" with the terminal where it is working. -- Best, Daniel