summaryrefslogtreecommitdiffstats
path: root/tty-term.c
AgeCommit message (Expand)Author
2020-04-24Add a feature for bracketed paste.Nicholas Marriott
2020-04-23Add extension terminfo(5) capabilities for margins.Nicholas Marriott
2020-04-23Merge branch 'obsd-master'Thomas Adam
2020-04-23Overrides need to be applied both before and after features in case theynicm
2020-04-20Merge branch 'obsd-master'Thomas Adam
2020-04-20Merge branch 'obsd-master'Thomas Adam
2020-04-20Apply terminal-overrides after terminal detection, it always takesnicm
2020-04-20Change the Sync capability to be a string instead of a flag.nicm
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm
2020-04-16Merge branch 'obsd-master'Thomas Adam
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichnicm
2020-01-28Merge branch 'obsd-master'Thomas Adam
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be surenicm
2020-01-12Merge branch 'obsd-master'Thomas Adam
2020-01-12The terminal type was never as much use as I expected so remove it innicm
2019-11-28Merge branch 'obsd-master'Thomas Adam
2019-11-28Long lines and spacing fixes.nicm
2019-10-03Merge branch 'obsd-master'Thomas Adam
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm
2019-08-06Merge branch 'obsd-master'Thomas Adam
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm
2019-06-27Merge branch 'obsd-master'Thomas Adam
2019-06-27Add support for underscore colours with Setulc capability, mostly fromnicm
2019-05-29Merge branch 'obsd-master'Thomas Adam
2019-05-29Use VIS_CSTYLE for the arguments and add the missing escapes it cannicm
2019-05-13Merge branch 'obsd-master'Thomas Adam
2019-05-13Add support for overline (SGR 53), from Ricardo Banffy.nicm
2019-04-25Merge branch 'obsd-master'Thomas Adam
2019-04-25options_array_item_value cannot return NULL.nicm
2019-04-23Merge branch 'obsd-master'Thomas Adam
2019-04-23Indicate an array option with a flag rather than a special type so thatnicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2018-10-18Support for extended underline styles on terminals which offer them,nicm
2018-10-08Use :: for escaping : in terminal-overrides not \:.Nicholas Marriott
2018-10-08Support for extended underline styles, enabled by adding the SmulxNicholas Marriott
2018-09-05Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari.Nicholas Marriott
2018-05-07Merge branch 'obsd-master'Thomas Adam
2018-05-07Handle terminfo colors > 256 correctly, GitHub issue 1337.nicm
2018-02-04Merge branch 'obsd-master'Thomas Adam
2018-02-04Upstream ncurses has introduced terminfo capabilities to specify RGBnicm
2017-08-27Merge branch 'obsd-master'Thomas Adam
2017-08-27Use kind and kri for S-Up/Down as well as kUP and kDN.nicm
2017-06-16Merge branch 'obsd-master'Thomas Adam
2017-06-16Log terminal capabilities for each new terminal.nicm
2017-06-04tparm() fix for Solaris.Nicholas Marriott
2017-05-31Merge branch 'obsd-master'Thomas Adam
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isnicm
2017-05-15Merge branch 'obsd-master'Thomas Adam
2017-05-15Check the terminfo(5) U8 capability and disable using UTF-8 for ACS ifnicm