summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tty-acs.c
AgeCommit message (Expand)Author
2021-10-18Spacing fixes from Alexis Hildebrandt.Nicholas Marriott
2021-10-14Add popup-border-lines option to set popup line style, from AlexisNicholas Marriott
2020-05-16Add an option to set the pane border lines style from a choice of singleNicholas Marriott
2020-04-20Tidy up the terminal detection and feature code and add named sets ofNicholas Marriott
2020-04-16Move the UTF-8 flag to terminal flags.Nicholas Marriott
2019-05-17Change a couple of ACS characters to be more sensible and add a fewNicholas Marriott
2017-05-15Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifNicholas Marriott
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2014-10-02Copy ACS characters as UTF-8, from Balazs Kezes.Nicholas Marriott
2013-11-24Add comments to ACS table matching terminfo(5).Nicholas Marriott
2010-09-11Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott