aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master' into masterThomas Adam2021-08-25
|\
| * setupterm needs char * not const char * on some platforms.nicm2021-08-25
| * Fix warnings, from Jan Tache in GitHub issue 2692.nicm2021-06-10
| * Three changes to fix problems with xterm in VT340 mode, reported bynicm2021-06-10
| * There is no need to call del_curterm in the server anymore.nicm2021-03-01
* | Fix warnings, from Jan Tache in GitHub issue 2692.Nicholas Marriott2021-05-03
* | Three changes to fix problems with xterm in VT340 mode, reported by ThomasNicholas Marriott2021-04-22
* | Reinstate del_curterm ifdef bits.Nicholas Marriott2021-03-01
* | Merge branch 'obsd-master' into masterThomas Adam2021-02-17
|\|
| * Move the call to setupterm() into the client and have it pass thenicm2021-02-17
* | Merge branch 'obsd-master' into masterThomas Adam2021-02-05
|\|
| * Send Unicode directional isolate characters around horizontal panenicm2021-02-05
* | Merge branch 'obsd-master'Thomas Adam2020-10-13
|\|
| * Set RGB flag if capabilities are present, GitHub issue 2418.nicm2020-10-13
* | Merge branch 'obsd-master'Thomas Adam2020-10-05
|\|
| * Use the setal capability as well as (tmux's) Setulc.nicm2020-10-05
* | Merge branch 'obsd-master'Thomas Adam2020-08-24
|\|
| * Do not run off end of string when stripping delays, reported by Davenicm2020-08-24
* | Merge branch 'obsd-master'Thomas Adam2020-06-05
|\|
| * Fix various confusion about am vs xenl.nicm2020-06-05
| * Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-16
| * Instead of having a default set of terminals in terminal-overrides thatnicm2020-05-16
| * Add extension terminfo(5) capabilities for margins.nicm2020-05-16
* | Put headers back how they were.Nicholas Marriott2020-05-22
* | Maybe this is better.Nicholas Marriott2020-05-22
* | Think Solaris needs term.h here.Nicholas Marriott2020-05-22
* | Log ncurses and utf8proc versions.Nicholas Marriott2020-05-22
* | Add a terminal feature for enable/disable extended keys (supported by xterm andNicholas Marriott2020-05-15
* | CUD is not a requirement and tweak some comments.Nicholas Marriott2020-04-24
* | Instead of having a default set of terminals in terminal-overrides that get XTNicholas Marriott2020-04-24
* | Add feature and capabilities for focus reporting. Also document AX and XT evenNicholas Marriott2020-04-24
* | Add a feature for bracketed paste.Nicholas Marriott2020-04-24
* | Add extension terminfo(5) capabilities for margins.Nicholas Marriott2020-04-23
* | Merge branch 'obsd-master'Thomas Adam2020-04-23
|\|
| * Overrides need to be applied both before and after features in case theynicm2020-04-23
* | Merge branch 'obsd-master'Thomas Adam2020-04-20
|\|
| * Apply terminal-overrides after terminal detection, it always takesnicm2020-04-20
* | Merge branch 'obsd-master'Thomas Adam2020-04-20
|\|
| * Change the Sync capability to be a string instead of a flag.nicm2020-04-20
| * Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-20
* | Merge branch 'obsd-master'Thomas Adam2020-04-16
|\|
| * Add support for the iTerm2 sychronized updates escape sequence whichnicm2020-04-16
* | Merge branch 'obsd-master'Thomas Adam2020-01-28
|\|
| * If we can identify the terminal as iTerm2 or as tmux, we can be surenicm2020-01-28
* | Merge branch 'obsd-master'Thomas Adam2020-01-12
|\|
| * The terminal type was never as much use as I expected so remove it innicm2020-01-12
* | Merge branch 'obsd-master'Thomas Adam2019-11-28
|\|
| * Long lines and spacing fixes.nicm2019-11-28
* | Merge branch 'obsd-master'Thomas Adam2019-10-03
|\|
| * Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-10-03