1. 84936b8 Use 8 for underscore colour defaults instead of 0 which is less by nicm · 1 year, 4 months ago
  2. ff8882a Add "us" to styles for underscore colour, GitHub issue 3589. by nicm · 1 year, 5 months ago
  3. 8f34504 Tidy tparm wrapper functions to have more obvious names and check tparm by nicm · 1 year, 7 months ago
  4. 551e0c3 Invalidate cached tty state after changing features since they may by nicm · 1 year, 7 months ago
  5. d730788 For passthrough, don't write to clients attached to different sessions, by nicm · 1 year, 8 months ago
  6. 483cc77 Have tmux recognise pasted texts wrapped in bracket paste sequences, by nicm · 1 year, 10 months ago
  7. a41a927 Query the client terminal for foreground and background colours and if by nicm · 1 year, 11 months ago
  8. fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years ago
  9. 03149bf Add a Nobr terminfo capability to tell tmux the terminal does not use by nicm · 2 years, 3 months ago
  10. 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 4 months ago
  11. d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 5 months ago
  12. cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 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. 3edda3c Do not unintentionally turn off all mouse mode when button is also present. by nicm · 2 years, 6 months ago
  15. 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
  16. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  17. f852086 Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 2 years, 9 months ago
  18. e6e3c75 Try to turn on less-capable mouse modes when turning on more-capable, to by nicm · 2 years, 11 months ago
  19. db3aabc Add a NOBLOCK flag rather than adding amount to wait for when by nicm · 2 years, 12 months ago
  20. 8fccbbb Do not dereference NULL window when resizing client, GitHub issue 2982. by nicm · 2 years, 12 months ago
  21. 333cf64 Bump response timer to three seconds, GitHub issue 2984. by nicm · 2 years, 12 months ago
  22. 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
  23. 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
  24. 4acad43 Do not force the cursor to move if it is in the automargin space at EOL by nicm · 3 years, 1 month ago
  25. 0cca695 Instead of setting the popup default colours in the draw callback, set by nicm · 3 years, 1 month ago
  26. d0ab1a8 When checking ranges in tty_cmd_cells, cannot use the tty cursor by nicm · 3 years, 1 month ago
  27. b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 1 month ago
  28. 5359b76 Do not reset cursor to default if it has never been changed, fixes by nicm · 3 years, 2 months ago
  29. 9b1fdb2 Separate "very visible" flag from blinking flag, it should not affect by nicm · 3 years, 2 months ago
  30. de9697b calloc for confirm-before data since the item needs to start NULL. by nicm · 3 years, 3 months ago
  31. 41ababd Be more sophisticated about enabling synchronized updates when there is by nicm · 3 years, 3 months ago
  32. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
  33. 9b00472 Evaluate styles with the pane variables. by nicm · 3 years, 3 months ago
  34. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 3 months ago
  35. f6755c6 OSC 52 can be long enough to make tmux think the output buffer is too by nicm · 3 years, 3 months ago
  36. ef5602a Another minor fix - do not draw positions that are under the popup with by nicm · 3 years, 4 months ago
  37. 950d3c5 Tweak previous not to replace complete characters with spaces. by nicm · 3 years, 4 months ago
  38. 97b5962 Correctly draw wide characters that are partially obscured. by nicm · 3 years, 4 months ago
  39. 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 3 years, 4 months ago
  40. a35c897 Do not clear region based on current cursor position, this is not by nicm · 3 years, 6 months ago
  41. 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
  42. f9f97c8 Change cursor style handling so tmux understands which sequences contain by nicm · 3 years, 6 months ago
  43. e8224fb Fix so tmux correctly sends the cvvis (cursor very visible) capability by nicm · 3 years, 9 months ago
  44. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
  45. 91d112b There is no need to clear every line entirely before drawing to it, this by nicm · 3 years, 10 months ago
  46. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 12 months ago
  47. f1193b4 If mouse bits change, clear them all and set again to avoid problems by nicm · 4 years ago
  48. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years, 2 months ago
  49. e538bef Check started flag before looking for capability. by nicm · 4 years, 3 months ago
  50. 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 3 months ago
  51. c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 6 months ago
  52. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 4 years, 6 months ago
  53. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 6 months ago
  54. a06a0e1 xterm* can have focus too. by nicm · 4 years, 6 months ago
  55. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 4 years, 6 months ago
  56. e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 4 years, 6 months ago
  57. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
  58. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
  59. 3fb4d4d Do not need to work out status line offset, we already have it. by nicm · 4 years, 6 months ago
  60. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  61. 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 4 years, 6 months ago
  62. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
  63. 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 4 years, 6 months ago
  64. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 6 months ago
  65. 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 4 years, 6 months ago
  66. d0b8f53 Do not clear client pane redraw flags until the redraw actually happens. by nicm · 4 years, 7 months ago
  67. 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 4 years, 7 months ago
  68. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
  69. 135bb1e Change the Sync capability to be a string instead of a flag. by nicm · 4 years, 7 months ago
  70. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  71. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 4 years, 7 months ago
  72. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 4 years, 7 months ago
  73. d94bdf7 Revert previous, there is still a problem. by nicm · 4 years, 7 months ago
  74. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 4 years, 7 months ago
  75. a7a9460 Set mode properly before and after redrawing, and don't bother by nicm · 4 years, 7 months ago
  76. a877a5d Do not move the cursor to the existing y position if it is invalid, go by nicm · 4 years, 7 months ago
  77. 7f2925a Support the application escape sequence mintty (means tmux doesn't have by nicm · 4 years, 7 months ago
  78. 363d950 Send secondary device attributes instead of primary which gives us a bit by nicm · 4 years, 7 months ago
  79. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  80. 4744aa4 Add a helper function to get the terminal flags. by nicm · 4 years, 7 months ago
  81. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 7 months ago
  82. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 4 years, 8 months ago
  83. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
  84. 1ddc128 Do not return early if no bits changed because may still need to change the style. by nicm · 4 years, 8 months ago
  85. 37b7a29 VTE treats each mouse mode bit as independent, so turning off 1000 by nicm · 4 years, 8 months ago
  86. 7cae4e8 Turn off mouse mode 1003 as well as the rest when exiting. by nicm · 4 years, 8 months ago
  87. 531daba Do not send DA and DSR again if already have a response. by nicm · 4 years, 10 months ago
  88. a6129e9 If we can identify the terminal as iTerm2 or as tmux, we can be sure by nicm · 4 years, 10 months ago
  89. da51557 Stop handling DA and DSR after a second (they should be the first thing by nicm · 4 years, 10 months ago
  90. 835a6c0 Be more specific in the DSR we are looking for so it doesn't get by nicm · 4 years, 11 months ago
  91. 381333c Detect iTerm2 and enable DECSLRM. by nicm · 4 years, 11 months ago
  92. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 11 months ago
  93. f733d3f Do not set cursor colour to default unless it has been changed, GitHub by nicm · 4 years, 12 months ago
  94. bc5881c Long lines and spacing fixes. by nicm · 4 years, 12 months ago
  95. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 12 months ago
  96. eb399e6 CUB and CUF are also limited by the margins so use CUP instead when by nicm · 5 years ago
  97. d018477 Do not use bright when emulating 256 colours on an 8 colour terminal by nicm · 5 years ago
  98. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 5 years ago
  99. 49bf7dc xterm 348 now disables margins when resized, so send DECLRMM again. by nicm · 5 years ago
  100. 99852f8 Fix check for wrapping when redrawing entire lines, GitHub issue 1836. by nicm · 5 years ago