Matan Ziv-Av

Results 59 comments of Matan Ziv-Av

This should be resolved, corrected according to the above comment and merged. A fixed commit is here: https://github.com/tremc/tremc/commit/ff91083eb35c3c858c5cf5a67601a0c13a76e3d7

He should get a notification on your message, so he wiil reply when he wants. Meanwhile, I can open a new PR for that commit, if it is easier for...

This feature should be implemented as an escape sequence.

> Does this PR fix Arabic language also (which is RTL language also)? I think it should, but I am not certain, and did not test many scenarios. Please try...

> * Chafa iTerm2 (`chafa --format iterm2`) crash report: The crash is fixed. But the underlying issue is unsolved. Chafa sends a TIFF image, but BitmapFactory does not support this,...

neofetch iterm2 should work now. neofetch includes linefeeds in its base64 data, while the single line example does not. This is the `-w 0` option. Now they are ignored.

CSI 14 t and CSI 16 t are included in #2973.

Can you elaborate on "not working"? It works in my testing: ``` [18:47:50:~]$ echo -e '\033[14t' ; cat ^[[4;1161;1056t [18:48:22:~]$ echo -e '\033[16t' ; cat ^[[6;43;22t [18:48:30:~]$ ``` And also...