summaryrefslogtreecommitdiff
path: root/usr.sbin/switchctl/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2019-02-26 11:01:55 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2019-02-26 11:01:55 +0000
commit555ee9dc210c327d69b5493bee594636e70c6209 (patch)
tree4ecfebcc7893d3b36540928b2c18c14daab118e6 /usr.sbin/switchctl/Makefile
parent53e9bec00e25346b3912553bc6d4181a422fa229 (diff)
To simplify the upcoming UTF-8 cleanup in less(1), delete support
for ANSI escape sequences introduced by an 8-bit CSI (e.g. "\23343m") because these are neither compatible with UTF-8 nor strictly compatible with pure ASCII and for those introduced by an UTF-8 CSI (e.g. "\302\23343m") because not even xterm(1) supports them at all, not even with a non-default configuration, because both forms are very rarely used, if at all, and because the current code trying to support them doesn't even appear to work according to my tests. Full support for the ESC-[ CSI (e.g. "\033[43m") remains. Tweaks and OK millert@, OK nicm@, and sthen@ agrees with the general direction.
Diffstat (limited to 'usr.sbin/switchctl/Makefile')
0 files changed, 0 insertions, 0 deletions