Matan Ziv-Av
Matan Ziv-Av
### What Operating System(s) are you seeing this problem on? Linux X11 ### WezTerm version 20220605-223126-4776c8d9 ### Did you try the latest nightly build to see if the issue is...
I did not intend to add this now, but it conflicts with #91, and it will be much easier to apply this first. The main thing this sequence of commits...
This completes https://github.com/tremc/tremc/commit/61dae8dfb9ef88376e154a0ca1122ddee1321946 . By default, queuePosition is in sort_options so that it may be used in the config file, which is parsed before connecting to the server. If after...
It currently has no news. It would be nice to have a change log, but someone would have to actually write and maintain it.
This commit implements graphics in the terminal, including two different protocols for placing images: 1. [Sixel](https://vt100.net/docs/vt3xx-gp/chapter14.html), and 2. [iTerm2](https://iterm2.com/documentation-images.html) I ran this for a few days, and it seems to...
drawText does (very) basic BiDi, which causes inconsistent behaviour. This change ensures everything is LtR. This fixes #1256 (and somewhat #296).
This commit resets a row's mLineWrapped flag, if the last column is cleared with spaces. Without this the flag remains from a previous line after clearing, for example on escape...
To build without bootstrap image (useful apk is only used for upgrading existing installations), use `export TERMUX_NO_BOOTSTRAP=1` before running gradle.