1. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 4 years, 6 months ago
  2. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 7 months ago
  3. 1ddc128 Do not return early if no bits changed because may still need to change the style. by nicm · 4 years, 7 months ago
  4. 37b7a29 VTE treats each mouse mode bit as independent, so turning off 1000 by nicm · 4 years, 7 months ago
  5. 7cae4e8 Turn off mouse mode 1003 as well as the rest when exiting. by nicm · 4 years, 7 months ago
  6. 531daba Do not send DA and DSR again if already have a response. by nicm · 4 years, 9 months ago
  7. a6129e9 If we can identify the terminal as iTerm2 or as tmux, we can be sure by nicm · 4 years, 9 months ago
  8. da51557 Stop handling DA and DSR after a second (they should be the first thing by nicm · 4 years, 9 months ago
  9. 835a6c0 Be more specific in the DSR we are looking for so it doesn't get by nicm · 4 years, 9 months ago
  10. 381333c Detect iTerm2 and enable DECSLRM. by nicm · 4 years, 9 months ago
  11. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 4 years, 9 months ago
  12. f733d3f Do not set cursor colour to default unless it has been changed, GitHub by nicm · 4 years, 10 months ago
  13. bc5881c Long lines and spacing fixes. by nicm · 4 years, 11 months ago
  14. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 4 years, 11 months ago
  15. eb399e6 CUB and CUF are also limited by the margins so use CUP instead when by nicm · 4 years, 11 months ago
  16. d018477 Do not use bright when emulating 256 colours on an 8 colour terminal 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. 49bf7dc xterm 348 now disables margins when resized, so send DECLRMM again. by nicm · 5 years ago
  19. 99852f8 Fix check for wrapping when redrawing entire lines, GitHub issue 1836. by nicm · 5 years ago
  20. dae2868 Add support for underscore colours with Setulc capability, mostly from by nicm · 5 years ago
  21. 80d7661 Fix some comments (top/bottom not left/right). by nicm · 5 years ago
  22. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  23. 89d2c7e I had hoped that non-xenl terminals had died out, at least in fairly by nicm · 5 years ago
  24. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 5 years ago
  25. a609e63 Need a fallback for -2 for aixterm colours. by nicm · 5 years ago
  26. 6aa0bed Use bg not fg when adjusting for aixterm, from Ailin Nemui. by nicm · 5 years ago
  27. c660e46 Set the window size as well as the layout size when using the preset layouts. by nicm · 6 years ago
  28. 9bd4b96 Fix ED1 (clear end of screen), reported by Marc Reisner. by nicm · 6 years ago
  29. 13f9a06 Add a wrapper (struct style) around styles rather than using the by nicm · 6 years ago
  30. 5755bfc Need to set attributes before clearing. by nicm · 6 years ago
  31. b2bc34a Set a flag on cells are genuinely empty (cleared and never written to) by nicm · 6 years ago
  32. a870c25 Don't set client offset if client is not a terminal by nicm · 6 years ago
  33. 2ea22fc Should use DECFRA if not default, not if default. From Karl Beldan. by nicm · 6 years ago
  34. cd39920 Should save the bg colour when setting it to default, not the fg. by nicm · 6 years ago
  35. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  36. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  37. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  38. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  39. 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 6 years ago
  40. be22012 The cursor position is limited to the margins for CUF and CUB, so turn by nicm · 6 years ago
  41. 88327c7 Add a client redraw-window flag instead of the redraw-all flag and for by nicm · 6 years ago
  42. 3bc08b0 Some tidying and helper functions. by nicm · 6 years ago
  43. 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
  44. f915a4b Handle terminfo colors > 256 correctly, GitHub issue 1337. by nicm · 6 years ago
  45. 1afe71c rxvt-unicode has some funny behaviour when scrolling with the cursor not by nicm · 6 years ago
  46. fe7a871 Upstream ncurses has introduced terminfo capabilities to specify RGB by nicm · 7 years ago
  47. 75842bf Fix drawing of ACS characters (they need to go character-at-a-time), by nicm · 7 years ago
  48. 2c5a6f9 Simplify character replacement on non-UTF-8 terminals and make a common by nicm · 7 years ago
  49. aeda2e5 If there is a double width character at the very end of the line with by nicm · 7 years ago
  50. 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 7 years ago
  51. 3c63ad4 When tty is error or closed, remove client. Reported by Thomas Sattler. by nicm · 7 years ago
  52. bbe9da0 Same as previous for \r alone. by nicm · 7 years ago
  53. 7ec2a2b Do not emit \r\n to move to column 0 if there are margins, because it by nicm · 7 years ago
  54. 3bb426d Use the actual width written rather than the possible width to clear. by nicm · 7 years ago
  55. 8c6ad55 Trim trailing spaces from full line when it is clearly OK to do so. by nicm · 7 years ago
  56. d728091 Delete input event when evbuffer_read() fails to avoid just spinning by nicm · 7 years ago
  57. 1840390 Typo/style; plus man page escaping from jmc. by nicm · 7 years ago
  58. 493a184 Foreground colours with the bright attribute set need to use the bright by nicm · 7 years ago
  59. ea6428a It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size has by nicm · 7 years ago
  60. 7eb496c Look for setrgbf and setrgbb terminfo extensions for RGB colour. This is by nicm · 7 years ago
  61. 1ba7f1d Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if by nicm · 7 years ago
  62. cb5fcb3 The Konsole SU bug means it can't clear the entire scroll region (it by nicm · 7 years ago
  63. 7a4c66b Scroll the right number of lines off the region when clearing. by nicm · 7 years ago
  64. d58c379 Some other unused variables. by nicm · 7 years ago
  65. 50f1f1d Compare >= for columns not >. by nicm · 7 years ago
  66. 0264ef0 Can scroll away full lines to clear them too. by nicm · 7 years ago
  67. da724fe Cannot rely on cursor position after DL and IL (some terminals move to by nicm · 7 years ago
  68. 18bab30 Scrolling needs to use background colour. by nicm · 7 years ago
  69. 60f7b05 Regions can't be smaller than 2 so don't try to clear them by scrolling if so. by nicm · 7 years ago
  70. 7f626c8 Can use INDN to clear regions with default background colour if margins by nicm · 7 years ago
  71. 886d50d ECH needs to use background colour. by nicm · 7 years ago
  72. 989cdca Need to redraw out to cellsize (total cells used in a line) rather than by nicm · 7 years ago
  73. 8ab2753 Move to the right cursor position before using spaces to clear. by nicm · 7 years ago
  74. 9dc6946 We can use ECH to clear sections of lines, so use it for internal panes by nicm · 7 years ago
  75. 3b35daa If the current screen was complex enough, it was possible to make redraw by nicm · 7 years ago
  76. 54e2205 Konsole incorrectly ignores SU (CSI S) if the parameter is bigger than by nicm · 7 years ago
  77. d520dae Make full width panes try to play more nicely with terminal copy and by nicm · 7 years ago
  78. 5172014 Only use ED for clear screen if at the bottom, same as earlier fix to by nicm · 7 years ago
  79. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  80. f731ae4 Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught, by nicm · 8 years ago
  81. 623e35f Detect iTerm2 and use DECSLRM for it as well. by nicm · 8 years ago
  82. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  83. aace1ea Do not check for BCE for a background colour that isn't needed, use by nicm · 8 years ago
  84. 175d185 Don't bother moving the cursor for empty lines. by nicm · 8 years ago
  85. 7461c16 Remove a couple of redraw flags that no longer have any effect. by nicm · 8 years ago
  86. 54bcaab Use EL1 to clear lines when redrawing the leftmost pane, rather than spaces. by nicm · 8 years ago
  87. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  88. b9a4beb Write raw strings in one go rather than character at a time. by nicm · 8 years ago
  89. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  90. 2a9d697 Invalidate the cursor when we think we should have wrapped. by nicm · 8 years ago
  91. 3c3c08b Try to avoid moving the cursor to the start of the next line when by nicm · 8 years ago
  92. 78ca1b0 Always send smkx to the terminal outside, the keys we get from terminfo by nicm · 8 years ago
  93. dc8fefe Collect strings correctly when on terminals that don't support UTF-8. by nicm · 8 years ago
  94. 8a0b279 Change pane redraw to collect cells up as well, and simplify it a bit. by nicm · 8 years ago
  95. 82db1fa There are buggy terminals out there that do not move the cursor to 0,0 by nicm · 8 years ago
  96. dd25a6c Do not clear to end of screen unless the pane is at the bottom. by nicm · 8 years ago
  97. 921880e Add not delete the event if more to write. by nicm · 8 years ago
  98. d22c151 Don't use a bufferevent for the tty, so we can keep better track of what by nicm · 8 years ago
  99. 1811dc5 Another helper function to write to terminal and log. by nicm · 8 years ago
  100. 2f85496 Do not adjust region lower by pane offset when scrolling up, it is by nicm · 8 years ago