1. 265164d Instead of passing titles through vis() which doubles backslashes, just by nicm · 4 years, 9 months ago
  2. 531daba Do not send DA and DSR again if already have a response. by nicm · 4 years, 9 months ago
  3. 90e962f Add support for the iTerm2 DSR 1337 sequence to get the terminal version. by nicm · 4 years, 9 months ago
  4. 9ea05b2 Bump the escape sequence timeout to five seconds to allow for longer by nicm · 4 years, 11 months ago
  5. 5dfe9db Do not add path if it is NULL, duh. by nicm · 4 years, 11 months ago
  6. f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 4 years, 11 months ago
  7. 2dbf062 Change new-session -A without a session name (that is, no -s option by nicm · 4 years, 11 months ago
  8. d9c95c9 Handle the various different forms of rgb colour strings. by nicm · 4 years, 12 months ago
  9. f18cd5b Turn automatic-rename back on if the rename escape sequence is used with by nicm · 5 years ago
  10. bbd1032 Style and line length nits. by nicm · 5 years ago
  11. e3359f8 Some minor performance improvements - most notably, don't search the by nicm · 5 years ago
  12. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 5 years ago
  13. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 5 years ago
  14. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  15. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  16. b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 5 years ago
  17. 6e0c663 Fix the color space parameter in RGB SGR, from Brad Town. by nicm · 5 years ago
  18. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 5 years ago
  19. 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 5 years ago
  20. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 5 years ago
  21. 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
  22. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  23. 2fbd491 Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner. by nicm · 6 years ago
  24. feaa566 Do not use origin for VPA. by nicm · 6 years ago
  25. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  26. 2796ae8 Fix HPA in origin mode. by nicm · 6 years ago
  27. f3f534a Tidy up a lot of &ictx->ctx by using a local variable. by nicm · 6 years ago
  28. 7804fa1 Revert to not clearing history on RIS, apparently some bootloaders send by nicm · 6 years ago
  29. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  30. ff4c80d Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. by nicm · 6 years ago
  31. 4e3d661 Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. by nicm · 6 years ago
  32. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  33. a51668c Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard by nicm · 6 years ago
  34. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  35. a9ffb56 Add the KEYC_XTERM flag to all function keys that imply a modifier so by nicm · 6 years ago
  36. 80bdd89 Clear history on RIS like most other terminals do. by nicm · 6 years ago
  37. 051a29c A couple of fixes to the : form of SGR. Apparently there is an extra by nicm · 7 years ago
  38. 5d616f4 Fix link, from Eliran Gonen. by nicm · 7 years ago
  39. 85c48aa For some reason tmux treats SGR 10 as SGR 0. It has done since the first by nicm · 7 years ago
  40. 6ae04dd Support ISO colon-separated SGR. by nicm · 7 years ago
  41. c035656 Simplify UTF-8 states down into one state. by nicm · 7 years ago
  42. 88517ce Add support for the xterm(1) title stack, from Brad Town, GitHub issue 1075. by nicm · 7 years ago
  43. 8405fcd Apply timeout to CAN and RS which also wait for ST. by nicm · 7 years ago
  44. 5fc0be5 Support REP escape sequence (\033[b). by nicm · 7 years ago
  45. 74b2dea Add a hook when the clipboard is set. by nicm · 7 years ago
  46. c5b7faa Add a timeout to prevent the sequences which wait for a specific by nicm · 7 years ago
  47. 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
  48. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  49. d515862 Support OSC 10 and 11 to set foreground and background colours, from by nicm · 7 years ago
  50. 18bab30 Scrolling needs to use background colour. by nicm · 7 years ago
  51. 886d50d ECH needs to use background colour. by nicm · 7 years ago
  52. bcab77e We need to collect UTF-8 characters so that width != 1 characters are by nicm · 7 years ago
  53. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  54. f27e1d0 Add SGR 28 to clear hidden flag. by nicm · 8 years ago
  55. 82db1fa There are buggy terminals out there that do not move the cursor to 0,0 by nicm · 8 years ago
  56. e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 8 years ago
  57. 13a0b6b Collect sequences of printable ASCII characters and process them by nicm · 8 years ago
  58. 7475165 Some other tidying bits. by nicm · 8 years ago
  59. d60e585 Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all by nicm · 8 years ago
  60. 10e14ae Add BCE for clear to start of screen, which was somehow missed. by nicm · 8 years ago
  61. d150d9b Fix logging of CSI parameters. by nicm · 8 years ago
  62. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  63. 4ede35c Accept the OSC 52 escape sequence inside tmux to add a new buffer, from by nicm · 8 years ago
  64. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  65. bee95bf Spacing nits. by nicm · 8 years ago
  66. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  67. 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
  68. bb5798a Couple of vasprintf -> xvasprintf. by nicm · 8 years ago
  69. 1fd6ca2 Instead of representing colours in several different forms with various by nicm · 8 years ago
  70. b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
  71. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  72. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  73. 68d7975 A couple of missing printflike attributes, from Andrey Starodubtsev. by nicm · 9 years ago
  74. 99e9a4c send-keys -R should reset the input parser to ground state (so it can be by nicm · 9 years ago
  75. 2adf3f4 Partly revert previous, it is harmless to keep support for UTF-8 mouse by nicm · 9 years ago
  76. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  77. 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
  78. 14d90e4 The character is an int so use %x not %hhx. by nicm · 9 years ago
  79. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  80. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  81. 908e6bb Log more of UTF-8 input. by nicm · 9 years ago
  82. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  83. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  84. 44657bf Move struct options into options.c. by nicm · 9 years ago
  85. 6c10fc6 Log pane which received input data. by nicm · 9 years ago
  86. 93b946e Tweak some error messages/comments. by nicm · 9 years ago
  87. 66a2720 Log the whole new input buffer once rather than each byte. by nicm · 9 years ago
  88. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  89. fc58e44 Only do the automatic-rename dance if the pane has changed (seen output, by nicm · 9 years ago
  90. 2ffbd5b When searching for tabs, start from screen width, fixes out-of-bounds by nicm · 9 years ago
  91. 8dcea2c Reset G0/G1 state when resetting everything else with send-keys -R. by nicm · 9 years ago
  92. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  93. 55b96a5 Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2) by nicm · 9 years ago
  94. a3edfd9 teminal -> terminal, from Corey Farwell. by nicm · 9 years ago
  95. a3c6172 Missing t at end of response, from Vincent Bernat. by nicm · 9 years ago
  96. 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 9 years ago
  97. c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 9 years ago
  98. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  99. 16bdd97 Support blinking cursor mode, both the xterm CSI ?12 h/l and (the by nicm · 10 years ago
  100. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago