1. 4e57894 Get rid of some warnings with GCC 10, from Thomas Klausner. by nicm · 1 year, 5 months ago
  2. 9e14c1f SGR 0 should not end hyperlink, reported by Lucas Trzesniewski. by nicm · 1 year, 5 months ago
  3. c21af7e Add a format to show if there are unseen changes while in a mode, from by nicm · 1 year, 8 months ago
  4. a41a927 Query the client terminal for foreground and background colours and if by nicm · 1 year, 11 months ago
  5. fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years ago
  6. 8edece2 Add paste-buffer-deleted notification and fix name of paste-buffer-changed. by nicm · 2 years, 1 month ago
  7. a2cc601 Don't use options from pane if pane is NULL. by nicm · 2 years, 2 months ago
  8. 68dc9af Fix window size report, from Vincent Bernat. by nicm · 2 years, 3 months ago
  9. 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 4 months ago
  10. cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 months ago
  11. 42ddf02 Fix size of flags output buffer. by nicm · 2 years, 5 months ago
  12. 18a5835 Ignore OSC if the first argument is not properly terminated. by nicm · 2 years, 6 months ago
  13. ccc9dc3 If an application gives the first parameter to OSC 52, validate and pass by nicm · 2 years, 6 months ago
  14. cd89000 Add a way for lines added to copy mode to be passed through the parser by nicm · 2 years, 6 months ago
  15. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  16. 5076beb Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 9 months ago
  17. d721fb2 Respond to OSC 4 query. by nicm · 2 years, 12 months ago
  18. cb8a0d8 If automatic-rename is off, allow the escape sequence to set an empty by nicm · 3 years ago
  19. 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
  20. 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
  21. 9b1fdb2 Separate "very visible" flag from blinking flag, it should not affect by nicm · 3 years, 2 months ago
  22. 30786ab Some other missing palette NULL checks, from oss-fuzz. by nicm · 3 years, 3 months ago
  23. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 3 months ago
  24. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 3 months ago
  25. 64c276c Add an "always" value to the extended-keys option to always forward by nicm · 3 years, 6 months ago
  26. fb42ae3 Reduce len when moving past spaces in OSC 11 parameter. by nicm · 3 years, 9 months ago
  27. d768fc2 Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 to by nicm · 3 years, 9 months ago
  28. 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 9 months ago
  29. 8e1d284 Limit range of repeat to avoid silly high numbers causing delays, from by nicm · 4 years, 1 month ago
  30. a868bac Do not write after the end of the array and overwrite the stack when by nicm · 4 years, 1 month ago
  31. f08bfa7 Respond to colour requests if a colour is available, from Michal Goral. by nicm · 4 years, 3 months ago
  32. d329b03 Add a hook when the pane title changed. by nicm · 4 years, 4 months ago
  33. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 5 months ago
  34. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  35. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
  36. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 4 years, 6 months ago
  37. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  38. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
  39. 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 4 years, 6 months ago
  40. 048f1ff Do not remove the automatic-rename option from the global set, only from by nicm · 4 years, 7 months ago
  41. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  42. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 8 months ago
  43. 265164d Instead of passing titles through vis() which doubles backslashes, just by nicm · 4 years, 10 months ago
  44. 531daba Do not send DA and DSR again if already have a response. by nicm · 4 years, 10 months ago
  45. 90e962f Add support for the iTerm2 DSR 1337 sequence to get the terminal version. by nicm · 4 years, 10 months ago
  46. 9ea05b2 Bump the escape sequence timeout to five seconds to allow for longer by nicm · 4 years, 12 months ago
  47. 5dfe9db Do not add path if it is NULL, duh. by nicm · 5 years ago
  48. f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 5 years ago
  49. 2dbf062 Change new-session -A without a session name (that is, no -s option by nicm · 5 years ago
  50. d9c95c9 Handle the various different forms of rgb colour strings. by nicm · 5 years ago
  51. f18cd5b Turn automatic-rename back on if the rename escape sequence is used with by nicm · 5 years ago
  52. bbd1032 Style and line length nits. by nicm · 5 years ago
  53. e3359f8 Some minor performance improvements - most notably, don't search the by nicm · 5 years ago
  54. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 5 years ago
  55. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 5 years ago
  56. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  57. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  58. b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 5 years ago
  59. 6e0c663 Fix the color space parameter in RGB SGR, from Brad Town. by nicm · 6 years ago
  60. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 6 years ago
  61. 69440d1 Do not use evbuffer_add_buffer because it is destructive and doesn't by nicm · 6 years ago
  62. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
  63. 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
  64. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  65. 2fbd491 Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner. by nicm · 6 years ago
  66. feaa566 Do not use origin for VPA. by nicm · 6 years ago
  67. 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
  68. 2796ae8 Fix HPA in origin mode. by nicm · 6 years ago
  69. f3f534a Tidy up a lot of &ictx->ctx by using a local variable. by nicm · 6 years ago
  70. 7804fa1 Revert to not clearing history on RIS, apparently some bootloaders send by nicm · 6 years ago
  71. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  72. ff4c80d Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner. by nicm · 6 years ago
  73. 4e3d661 Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. by nicm · 6 years ago
  74. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  75. a51668c Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard by nicm · 6 years ago
  76. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  77. a9ffb56 Add the KEYC_XTERM flag to all function keys that imply a modifier so by nicm · 6 years ago
  78. 80bdd89 Clear history on RIS like most other terminals do. by nicm · 6 years ago
  79. 051a29c A couple of fixes to the : form of SGR. Apparently there is an extra by nicm · 7 years ago
  80. 5d616f4 Fix link, from Eliran Gonen. by nicm · 7 years ago
  81. 85c48aa For some reason tmux treats SGR 10 as SGR 0. It has done since the first by nicm · 7 years ago
  82. 6ae04dd Support ISO colon-separated SGR. by nicm · 7 years ago
  83. c035656 Simplify UTF-8 states down into one state. by nicm · 7 years ago
  84. 88517ce Add support for the xterm(1) title stack, from Brad Town, GitHub issue 1075. by nicm · 7 years ago
  85. 8405fcd Apply timeout to CAN and RS which also wait for ST. by nicm · 7 years ago
  86. 5fc0be5 Support REP escape sequence (\033[b). by nicm · 7 years ago
  87. 74b2dea Add a hook when the clipboard is set. by nicm · 7 years ago
  88. c5b7faa Add a timeout to prevent the sequences which wait for a specific by nicm · 7 years ago
  89. 8149bc3 Be more strict about escape sequences that rename windows or set titles: by nicm · 7 years ago
  90. 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
  91. d515862 Support OSC 10 and 11 to set foreground and background colours, from by nicm · 7 years ago
  92. 18bab30 Scrolling needs to use background colour. by nicm · 8 years ago
  93. 886d50d ECH needs to use background colour. by nicm · 8 years ago
  94. bcab77e We need to collect UTF-8 characters so that width != 1 characters are by nicm · 8 years ago
  95. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  96. f27e1d0 Add SGR 28 to clear hidden flag. by nicm · 8 years ago
  97. 82db1fa There are buggy terminals out there that do not move the cursor to 0,0 by nicm · 8 years ago
  98. e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 8 years ago
  99. 13a0b6b Collect sequences of printable ASCII characters and process them by nicm · 8 years ago
  100. 7475165 Some other tidying bits. by nicm · 8 years ago