1. 89a0046 Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 3 years, 7 months ago
  2. c7266ca Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 2 months ago
  3. c6d6af4 setupterm needs char * not const char * on some platforms. by nicm · 4 years, 2 months ago
  4. 6c65949 Fix warnings, from Jan Tache in GitHub issue 2692. by nicm · 4 years, 5 months ago
  5. 0c5cbbb Three changes to fix problems with xterm in VT340 mode, reported by by nicm · 4 years, 5 months ago
  6. 4046772 Fix warnings, from Jan Tache in GitHub issue 2692. by Nicholas Marriott · 4 years, 6 months ago
  7. 7a6446a Three changes to fix problems with xterm in VT340 mode, reported by Thomas by Nicholas Marriott · 4 years, 7 months ago
  8. 9cd45dd Reinstate del_curterm ifdef bits. by Nicholas Marriott · 4 years, 8 months ago
  9. 8a4a215 There is no need to call del_curterm in the server anymore. by nicm · 4 years, 8 months ago
  10. 3a76a56 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  11. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 4 years, 9 months ago
  12. 39904f7 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  13. 3dddc11 Send Unicode directional isolate characters around horizontal pane by nicm · 4 years, 9 months ago
  14. 9ab81e1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  15. d603dbd Set RGB flag if capabilities are present, GitHub issue 2418. by nicm · 5 years ago
  16. f5b7ebc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  17. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 5 years ago
  18. aa084bb Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  19. 43e3e53 Do not run off end of string when stripping delays, reported by Dave Vandervies. by nicm · 5 years ago
  20. 47a5afe Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  21. c908d20 Fix various confusion about am vs xenl. by nicm · 5 years ago
  22. 2ac6cc2 Put headers back how they were. by Nicholas Marriott · 5 years ago
  23. a48cc45 Maybe this is better. by Nicholas Marriott · 5 years ago
  24. 1fdacba Think Solaris needs term.h here. by Nicholas Marriott · 5 years ago
  25. 87a59ef Log ncurses and utf8proc versions. by Nicholas Marriott · 5 years ago
  26. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 5 years ago
  27. 7dbe623 Instead of having a default set of terminals in terminal-overrides that by nicm · 5 years ago
  28. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 5 years ago
  29. 6d92b99 Add a terminal feature for enable/disable extended keys (supported by xterm and by Nicholas Marriott · 5 years ago
  30. f3d6d4e CUD is not a requirement and tweak some comments. by Nicholas Marriott · 6 years ago
  31. 527f66e Instead of having a default set of terminals in terminal-overrides that get XT by Nicholas Marriott · 6 years ago
  32. 61550ac Add feature and capabilities for focus reporting. Also document AX and XT even by Nicholas Marriott · 6 years ago
  33. 5d69b9c Add a feature for bracketed paste. by Nicholas Marriott · 6 years ago
  34. ac91635 Add extension terminfo(5) capabilities for margins. by Nicholas Marriott · 6 years ago
  35. 5653bc8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. 766b425 Overrides need to be applied both before and after features in case they by nicm · 6 years ago
  37. 32c3fe4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  38. c706aad Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  39. 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 6 years ago
  40. 135bb1e Change the Sync capability to be a string instead of a flag. by nicm · 6 years ago
  41. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 6 years ago
  42. 5e38d26 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  43. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 6 years ago
  44. 60ab714 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  45. a6129e9 If we can identify the terminal as iTerm2 or as tmux, we can be sure by nicm · 6 years ago
  46. e9b1294 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  47. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 6 years ago
  48. 5f5f029 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  49. bc5881c Long lines and spacing fixes. by nicm · 6 years ago
  50. eeedb43 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  51. f4c7141 Do not lazily use BUFSIZ for "I don't care what size" when building by nicm · 6 years ago
  52. 9b3fefc Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  53. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 6 years ago
  54. e483ce1 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  55. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 6 years ago
  56. 414208a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  57. 7dced37 Use VIS_CSTYLE for the arguments and add the missing escapes it can by nicm · 6 years ago
  58. 1eefbd2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  59. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 6 years ago
  60. 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  61. 2d65bbd options_array_item_value cannot return NULL. by nicm · 7 years ago
  62. c869366 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  63. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 7 years ago
  64. acb2413 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  65. ce6be7a Make array options a sparse tree instead of an array of char * and by nicm · 7 years ago
  66. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 7 years ago
  67. 018f1b8 Use :: for escaping : in terminal-overrides not \:. by Nicholas Marriott · 7 years ago
  68. 4b9e76a Support for extended underline styles, enabled by adding the Smulx by Nicholas Marriott · 7 years ago
  69. 621bb15 Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari. by Nicholas Marriott · 7 years ago
  70. b2a2c3a Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  71. f915a4b Handle terminfo colors > 256 correctly, GitHub issue 1337. by nicm · 7 years ago
  72. 24abfb7 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  73. fe7a871 Upstream ncurses has introduced terminfo capabilities to specify RGB by nicm · 8 years ago
  74. e65cc09 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  75. 25cf126 Use kind and kri for S-Up/Down as well as kUP and kDN. by nicm · 8 years ago
  76. 233bae6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  77. d685604 Log terminal capabilities for each new terminal. by nicm · 8 years ago
  78. 1c83c0e tparm() fix for Solaris. by Nicholas Marriott · 8 years ago
  79. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  80. 7eb496c Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is by nicm · 8 years ago
  81. dcdaf5c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  82. 1ba7f1d Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if by nicm · 8 years ago
  83. 843e605 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  84. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 9 years ago
  85. 6b45464 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  86. 27ee34e Don't need is1,is2,is3 so remove them. by nicm · 9 years ago
  87. 130b77e Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  88. e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 9 years ago
  89. 9f66fb4 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  90. d60e585 Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all by nicm · 9 years ago
  91. 418ab1a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  92. b77dd75 Convert terminal-overrides to an array option. by nicm · 9 years ago
  93. 780dd7a Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  94. 22a5289 Make options_get_string return const string. by nicm · 9 years ago
  95. a64b7cf Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  96. bee95bf Spacing nits. by nicm · 9 years ago
  97. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  98. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 9 years ago
  99. 8cf1504 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  100. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 10 years ago