paolo-sz
paolo-sz
an empiric fix on PLL reset (it was not working without some magic undocumented value) is also included. These changes are going to cover the case where the external SSEN...
Hi, this the only way I found on GitHub to get in touch with you... I notice the Fatty code is based on a very old version of mintty source...
After fixes for #1157 the line cursor had became invisible (zero sized) if the cell_width is small enough (< 8). The "offending" line is this one: https://github.com/mintty/mintty/blob/7c90db2788107a3f68c044eacff01b6e1dce0f17/src/wintext.c#L4120 where, if cell_width...
I'm having some issues with the change window title ANSI escape sequences echo -ne '\e]0;new_title\007' or echo -ne '\e]2;new_title\007' They seems to not do what they are supposed to do...