Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move the UTF-8 flag to terminal flags. | nicm | 2020-04-16 |
| | |||
* | Change a couple of ACS characters to be more sensible and add a few | nicm | 2019-05-17 |
| | | | | missing ones, reported by Ricardo Banffy. | ||
* | Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if | nicm | 2017-05-15 |
| | | | | | | it is present and zero. This is useful for users with terminals or fonts that do not correctly support UTF-8 line drawing characters. GitHub issue 927, reported by Hiroaki Yamazoe and Akinori Hattori. | ||
* | Remove some dead code in cmd-move-window.c and make a load of local | nicm | 2016-10-03 |
| | | | | functions static. | ||
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
| | |||
* | Copy ACS characters as UTF-8, from Balazs Kezes. | nicm | 2014-10-02 |
| | |||
* | Add comments to ACS table matching terminfo(5). | nicm | 2013-11-24 |
| | |||
* | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott | 2010-09-11 |
terminals (I'm looking at you, putty) which disable the vt100 ACS mode switching sequences in UTF-8 mode. Also on terminals without ACS at all, use ASCII equivalents where obvious. |