summaryrefslogtreecommitdiffstats
path: root/tty-acs.c
AgeCommit message (Collapse)Author
2017-05-15Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm
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.
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localnicm
functions static.
2016-01-19I no longer use my SourceForge address so replace it.nicm
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.nicm
2013-11-24Add comments to ACS table matching terminfo(5).nicm
2010-09-11Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott
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.