1. d603dbd Set RGB flag if capabilities are present, GitHub issue 2418. by nicm · 4 years ago
  2. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years ago
  3. 43e3e53 Do not run off end of string when stripping delays, reported by Dave Vandervies. by nicm · 4 years, 2 months ago
  4. c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 4 months ago
  5. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 4 years, 5 months ago
  6. 7dbe623 Instead of having a default set of terminals in terminal-overrides that by nicm · 4 years, 5 months ago
  7. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 5 months ago
  8. 766b425 Overrides need to be applied both before and after features in case they by nicm · 4 years, 6 months ago
  9. 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 4 years, 6 months ago
  10. 135bb1e Change the Sync capability to be a string instead of a flag. by nicm · 4 years, 6 months ago
  11. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 6 months ago
  12. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 6 months ago
  13. a6129e9 If we can identify the terminal as iTerm2 or as tmux, we can be sure by nicm · 4 years, 9 months ago
  14. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 9 months ago
  15. bc5881c Long lines and spacing fixes. by nicm · 4 years, 11 months ago
  16. f4c7141 Do not lazily use BUFSIZ for "I don't care what size" when building by nicm · 5 years ago
  17. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 5 years ago
  18. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 5 years ago
  19. 7dced37 Use VIS_CSTYLE for the arguments and add the missing escapes it can by nicm · 5 years ago
  20. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 5 years ago
  21. 2d65bbd options_array_item_value cannot return NULL. by nicm · 5 years ago
  22. 772b3b7 Indicate an array option with a flag rather than a special type so that by nicm · 5 years ago
  23. ce6be7a Make array options a sparse tree instead of an array of char * and by nicm · 6 years ago
  24. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  25. f915a4b Handle terminfo colors > 256 correctly, GitHub issue 1337. by nicm · 6 years ago
  26. fe7a871 Upstream ncurses has introduced terminfo capabilities to specify RGB by nicm · 7 years ago
  27. 25cf126 Use kind and kri for S-Up/Down as well as kUP and kDN. by nicm · 7 years ago
  28. d685604 Log terminal capabilities for each new terminal. by nicm · 7 years ago
  29. 7eb496c Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is by nicm · 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. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  32. 27ee34e Don't need is1,is2,is3 so remove them. by nicm · 8 years ago
  33. e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 8 years ago
  34. d60e585 Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all by nicm · 8 years ago
  35. b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
  36. 22a5289 Make options_get_string return const string. by nicm · 8 years ago
  37. bee95bf Spacing nits. by nicm · 8 years ago
  38. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  39. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  40. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  41. 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
  42. 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
  43. 44657bf Move struct options into options.c. by nicm · 9 years ago
  44. ddb2d12 Assign flag not number for flag types (we got away with it so far by nicm · 9 years ago
  45. 93b946e Tweak some error messages/comments. by nicm · 9 years ago
  46. b254115 Tidy up the way terminals are described and move some structs out of tmux.h. by nicm · 9 years ago
  47. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  48. 16bdd97 Support blinking cursor mode, both the xterm CSI ?12 h/l and (the by nicm · 10 years ago
  49. 2056a9e Drop explicit support for F13-F20 and change to match the xterm terminfo entry: by nicm · 10 years ago
  50. c3b2e5e Wrap some long lines. by nicm · 11 years ago
  51. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  52. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  53. 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
  54. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  55. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  56. 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 12 years ago
  57. c44d2d8 Log terminal overrides. by Nicholas Marriott · 13 years ago
  58. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  59. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 13 years ago
  60. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 13 years ago
  61. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 13 years ago
  62. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 13 years ago
  63. 0a09d04 If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  64. 4dfb29f Use LIST_* not SLIST_*. by Nicholas Marriott · 14 years ago
  65. 5d0cfe0 Another table that should be const. by Nicholas Marriott · 14 years ago
  66. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  67. 3696cce Ignore terminal overrides settings without a value. by Nicholas Marriott · 14 years ago
  68. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  69. d31d4c0 Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. by Nicholas Marriott · 15 years ago
  70. 5ae542e Emulate the ri (reverse index) capability: this allows tmux to at least start by Nicholas Marriott · 15 years ago
  71. c92c2bf Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these by Nicholas Marriott · 15 years ago
  72. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  73. 385236e Bring a comment into line with reality. by Nicholas Marriott · 15 years ago
  74. 687c4a9 Use relative cursor movement instead of absolute when possible and when by Nicholas Marriott · 15 years ago
  75. 1eb303e Check the return value of strunvis against -1 not NULL. by Nicholas Marriott · 15 years ago
  76. 926b52b Emulate dch/dch1 if missing by redrawing the entire line. by Nicholas Marriott · 15 years ago
  77. 4027335 Clear the codes array earlier as tty_term_free could be called on error. by Nicholas Marriott · 15 years ago
  78. ac54dee Don't try to free old string values (and crash) when they are overridden unless by Nicholas Marriott · 15 years ago
  79. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
  80. e4bb08e Fix checking of setupterm(3) error codes. While there include the by Matthieu Herrb · 15 years ago
  81. ceace9c Since tmux doesn't actually need ncurses, use -lcurses/curses.h by Nicholas Marriott · 15 years ago
  82. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  83. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago