1. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 11 months ago
  2. f1193b4 If mouse bits change, clear them all and set again to avoid problems by nicm · 3 years, 11 months ago
  3. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years ago
  4. e538bef Check started flag before looking for capability. by nicm · 4 years, 2 months ago
  5. 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 2 months ago
  6. c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 4 months ago
  7. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 4 years, 5 months ago
  8. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 5 months ago
  9. a06a0e1 xterm* can have focus too. by nicm · 4 years, 5 months ago
  10. 0ab82d9 Add a terminal feature for enable/disable extended keys (supported by by nicm · 4 years, 5 months ago
  11. e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 4 years, 5 months ago
  12. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 5 months ago
  13. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 5 months ago
  14. 3fb4d4d Do not need to work out status line offset, we already have it. by nicm · 4 years, 5 months ago
  15. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 5 months ago
  16. 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 4 years, 5 months ago
  17. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 5 months ago
  18. 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 4 years, 5 months ago
  19. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 5 months ago
  20. 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 4 years, 5 months ago
  21. d0b8f53 Do not clear client pane redraw flags until the redraw actually happens. by nicm · 4 years, 6 months ago
  22. 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 4 years, 6 months ago
  23. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 6 months ago
  24. 135bb1e Change the Sync capability to be a string instead of a flag. by nicm · 4 years, 6 months ago
  25. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 6 months ago
  26. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 4 years, 6 months ago
  27. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 4 years, 6 months ago
  28. d94bdf7 Revert previous, there is still a problem. by nicm · 4 years, 6 months ago
  29. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 4 years, 6 months ago
  30. a7a9460 Set mode properly before and after redrawing, and don't bother by nicm · 4 years, 6 months ago
  31. a877a5d Do not move the cursor to the existing y position if it is invalid, go by nicm · 4 years, 6 months ago
  32. 7f2925a Support the application escape sequence mintty (means tmux doesn't have by nicm · 4 years, 6 months ago
  33. 363d950 Send secondary device attributes instead of primary which gives us a bit by nicm · 4 years, 6 months ago
  34. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 6 months ago
  35. 4744aa4 Add a helper function to get the terminal flags. by nicm · 4 years, 6 months ago
  36. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 6 months ago
  37. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 4 years, 6 months ago
  38. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 7 months ago
  39. 1ddc128 Do not return early if no bits changed because may still need to change the style. by nicm · 4 years, 7 months ago
  40. 37b7a29 VTE treats each mouse mode bit as independent, so turning off 1000 by nicm · 4 years, 7 months ago
  41. 7cae4e8 Turn off mouse mode 1003 as well as the rest when exiting. by nicm · 4 years, 7 months ago
  42. 531daba Do not send DA and DSR again if already have a response. by nicm · 4 years, 9 months ago
  43. a6129e9 If we can identify the terminal as iTerm2 or as tmux, we can be sure by nicm · 4 years, 9 months ago
  44. da51557 Stop handling DA and DSR after a second (they should be the first thing by nicm · 4 years, 9 months ago
  45. 835a6c0 Be more specific in the DSR we are looking for so it doesn't get by nicm · 4 years, 9 months ago
  46. 381333c Detect iTerm2 and enable DECSLRM. by nicm · 4 years, 9 months ago
  47. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 9 months ago
  48. f733d3f Do not set cursor colour to default unless it has been changed, GitHub by nicm · 4 years, 10 months ago
  49. bc5881c Long lines and spacing fixes. by nicm · 4 years, 11 months ago
  50. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 11 months ago
  51. eb399e6 CUB and CUF are also limited by the margins so use CUP instead when by nicm · 4 years, 11 months ago
  52. d018477 Do not use bright when emulating 256 colours on an 8 colour terminal by nicm · 5 years ago
  53. 45f4ff5 Add support for the SD (scroll down) escape sequence, GitHub issue 1861. by nicm · 5 years ago
  54. 49bf7dc xterm 348 now disables margins when resized, so send DECLRMM again. by nicm · 5 years ago
  55. 99852f8 Fix check for wrapping when redrawing entire lines, GitHub issue 1836. by nicm · 5 years ago
  56. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 5 years ago
  57. 80d7661 Fix some comments (top/bottom not left/right). by nicm · 5 years ago
  58. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  59. 89d2c7e I had hoped that non-xenl terminals had died out, at least in fairly by nicm · 5 years ago
  60. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 5 years ago
  61. a609e63 Need a fallback for -2 for aixterm colours. by nicm · 5 years ago
  62. 6aa0bed Use bg not fg when adjusting for aixterm, from Ailin Nemui. by nicm · 5 years ago
  63. c660e46 Set the window size as well as the layout size when using the preset layouts. by nicm · 6 years ago
  64. 9bd4b96 Fix ED1 (clear end of screen), reported by Marc Reisner. by nicm · 6 years ago
  65. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  66. 5755bfc Need to set attributes before clearing. by nicm · 6 years ago
  67. b2bc34a Set a flag on cells are genuinely empty (cleared and never written to) by nicm · 6 years ago
  68. a870c25 Don't set client offset if client is not a terminal by nicm · 6 years ago
  69. 2ea22fc Should use DECFRA if not default, not if default. From Karl Beldan. by nicm · 6 years ago
  70. cd39920 Should save the bg colour when setting it to default, not the fg. by nicm · 6 years ago
  71. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  72. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  73. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  74. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  75. 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 6 years ago
  76. be22012 The cursor position is limited to the margins for CUF and CUB, so turn by nicm · 6 years ago
  77. 88327c7 Add a client redraw-window flag instead of the redraw-all flag and for by nicm · 6 years ago
  78. 3bc08b0 Some tidying and helper functions. by nicm · 6 years ago
  79. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  80. f915a4b Handle terminfo colors > 256 correctly, GitHub issue 1337. by nicm · 6 years ago
  81. 1afe71c rxvt-unicode has some funny behaviour when scrolling with the cursor not by nicm · 6 years ago
  82. fe7a871 Upstream ncurses has introduced terminfo capabilities to specify RGB by nicm · 7 years ago
  83. 75842bf Fix drawing of ACS characters (they need to go character-at-a-time), by nicm · 7 years ago
  84. 2c5a6f9 Simplify character replacement on non-UTF-8 terminals and make a common by nicm · 7 years ago
  85. aeda2e5 If there is a double width character at the very end of the line with by nicm · 7 years ago
  86. 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 7 years ago
  87. 3c63ad4 When tty is error or closed, remove client. Reported by Thomas Sattler. by nicm · 7 years ago
  88. bbe9da0 Same as previous for \r alone. by nicm · 7 years ago
  89. 7ec2a2b Do not emit \r\n to move to column 0 if there are margins, because it by nicm · 7 years ago
  90. 3bb426d Use the actual width written rather than the possible width to clear. by nicm · 7 years ago
  91. 8c6ad55 Trim trailing spaces from full line when it is clearly OK to do so. by nicm · 7 years ago
  92. d728091 Delete input event when evbuffer_read() fails to avoid just spinning by nicm · 7 years ago
  93. 1840390 Typo/style; plus man page escaping from jmc. by nicm · 7 years ago
  94. 493a184 Foreground colours with the bright attribute set need to use the bright by nicm · 7 years ago
  95. ea6428a It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size has by nicm · 7 years ago
  96. 7eb496c Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is by nicm · 7 years ago
  97. 1ba7f1d Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if by nicm · 7 years ago
  98. cb5fcb3 The Konsole SU bug means it can't clear the entire scroll region (it by nicm · 7 years ago
  99. 7a4c66b Scroll the right number of lines off the region when clearing. by nicm · 7 years ago
  100. d58c379 Some other unused variables. by nicm · 7 years ago