1. 79f09b4 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 5 years ago
  2. e483ce1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  3. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 5 years ago
  4. 414208a Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  5. 7dced37 Use VIS_CSTYLE for the arguments and add the missing escapes it can by nicm · 5 years ago
  6. 1eefbd2 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  7. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 5 years ago
  8. 7c4a225 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  9. 2d65bbd options_array_item_value cannot return NULL. by nicm · 5 years ago
  10. c869366 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  11. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 5 years ago
  12. acb2413 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  13. ce6be7a Make array options a sparse tree instead of an array of char * and by nicm · 6 years ago
  14. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  15. 018f1b8 Use :: for escaping : in terminal-overrides not \:. by Nicholas Marriott · 6 years ago
  16. 4b9e76a Support for extended underline styles, enabled by adding the Smulx by Nicholas Marriott · 6 years ago
  17. 621bb15 Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari. by Nicholas Marriott · 6 years ago
  18. b2a2c3a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  19. f915a4b Handle terminfo colors > 256 correctly, GitHub issue 1337. by nicm · 6 years ago
  20. 24abfb7 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  21. fe7a871 Upstream ncurses has introduced terminfo capabilities to specify RGB by nicm · 7 years ago
  22. e65cc09 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  23. 25cf126 Use kind and kri for S-Up/Down as well as kUP and kDN. by nicm · 7 years ago
  24. 233bae6 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  25. d685604 Log terminal capabilities for each new terminal. by nicm · 7 years ago
  26. 1c83c0e tparm() fix for Solaris. by Nicholas Marriott · 7 years ago
  27. f17ecaa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  28. 7eb496c Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is by nicm · 7 years ago
  29. dcdaf5c Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  30. 1ba7f1d Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if by nicm · 7 years ago
  31. 843e605 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  32. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  33. 6b45464 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  34. 27ee34e Don't need is1,is2,is3 so remove them. by nicm · 8 years ago
  35. 130b77e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  36. e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 8 years ago
  37. 9f66fb4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  38. d60e585 Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all by nicm · 8 years ago
  39. 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  40. b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
  41. 780dd7a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  42. 22a5289 Make options_get_string return const string. by nicm · 8 years ago
  43. a64b7cf Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  44. bee95bf Spacing nits. by nicm · 8 years ago
  45. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  46. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  47. 8cf1504 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  48. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  49. dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  50. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  51. 5a5db02 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 9 years ago
  52. 38cc1a1 Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes by Nicholas Marriott · 9 years ago
  53. 2a6b215 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  54. 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
  55. 8fa822b Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  56. 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
  57. da1f6fc Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  58. 44657bf Move struct options into options.c. by nicm · 9 years ago
  59. ed17760 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  60. ddb2d12 Assign flag not number for flag types (we got away with it so far by nicm · 9 years ago
  61. 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  62. 93b946e Tweak some error messages/comments. by nicm · 9 years ago
  63. a568aaa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
  64. b254115 Tidy up the way terminals are described and move some structs out of tmux.h. by nicm · 9 years ago
  65. b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  66. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  67. 833fe5b Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  68. 16bdd97 Support blinking cursor mode, both the xterm CSI ?12 h/l and (the by nicm · 10 years ago
  69. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  70. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  71. 2056a9e Drop explicit support for F13-F20 and change to match the xterm terminfo entry: by nicm · 10 years ago
  72. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  73. c3b2e5e Wrap some long lines. by nicm · 11 years ago
  74. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  75. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  76. 06b5805 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  77. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  78. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  79. 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
  80. 0ccd84d Instead of skipping del_curterm on FreeBSD < 7, skip it on ncurses < 5.7. It by Nicholas Marriott · 12 years ago
  81. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  82. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  83. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  84. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  85. d9cb07d Sync OpenBSD patchset 1116: by Tiago Cunha · 12 years ago
  86. 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 12 years ago
  87. f308663 Sync OpenBSD patchset 985: by Tiago Cunha · 13 years ago
  88. c44d2d8 Log terminal overrides. by Nicholas Marriott · 13 years ago
  89. 03ee7f7 Sync OpenBSD patchset 969: by Tiago Cunha · 13 years ago
  90. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  91. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  92. c80f75f tparm requires 10 arguments on Solaris. by Nicholas Marriott · 13 years ago
  93. b2f301f Sync OpenBSD patchset 916: by Tiago Cunha · 13 years ago
  94. 7197555 Sync OpenBSD patchset 915: by Tiago Cunha · 13 years ago
  95. 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 13 years ago
  96. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 13 years ago
  97. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 13 years ago
  98. 4fcbf4b Sync OpenBSD patchset 904: by Tiago Cunha · 13 years ago
  99. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 13 years ago
  100. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 13 years ago