1. 54e2205 Konsole incorrectly ignores SU (CSI S) if the parameter is bigger than by nicm · 7 years ago
  2. d520dae Make full width panes try to play more nicely with terminal copy and by nicm · 7 years ago
  3. 5172014 Only use ED for clear screen if at the bottom, same as earlier fix to by nicm · 7 years ago
  4. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  5. f731ae4 Revert use of DECSLRM on iTerm2, it doesn't help as much as we throught, by nicm · 8 years ago
  6. 623e35f Detect iTerm2 and use DECSLRM for it as well. by nicm · 8 years ago
  7. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  8. aace1ea Do not check for BCE for a background colour that isn't needed, use by nicm · 8 years ago
  9. 175d185 Don't bother moving the cursor for empty lines. by nicm · 8 years ago
  10. 7461c16 Remove a couple of redraw flags that no longer have any effect. by nicm · 8 years ago
  11. 54bcaab Use EL1 to clear lines when redrawing the leftmost pane, rather than spaces. by nicm · 8 years ago
  12. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  13. b9a4beb Write raw strings in one go rather than character at a time. by nicm · 8 years ago
  14. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  15. 2a9d697 Invalidate the cursor when we think we should have wrapped. by nicm · 8 years ago
  16. 3c3c08b Try to avoid moving the cursor to the start of the next line when by nicm · 8 years ago
  17. 78ca1b0 Always send smkx to the terminal outside, the keys we get from terminfo by nicm · 8 years ago
  18. dc8fefe Collect strings correctly when on terminals that don't support UTF-8. by nicm · 8 years ago
  19. 8a0b279 Change pane redraw to collect cells up as well, and simplify it a bit. by nicm · 8 years ago
  20. 82db1fa There are buggy terminals out there that do not move the cursor to 0,0 by nicm · 8 years ago
  21. dd25a6c Do not clear to end of screen unless the pane is at the bottom. by nicm · 8 years ago
  22. 921880e Add not delete the event if more to write. by nicm · 8 years ago
  23. d22c151 Don't use a bufferevent for the tty, so we can keep better track of what by nicm · 8 years ago
  24. 1811dc5 Another helper function to write to terminal and log. by nicm · 8 years ago
  25. 2f85496 Do not adjust region lower by pane offset when scrolling up, it is by nicm · 8 years ago
  26. e100d46 Add support for scroll up escape sequence (CSI S) and use it when by nicm · 8 years ago
  27. 13a0b6b Collect sequences of printable ASCII characters and process them by nicm · 8 years ago
  28. d4b006b Fix clear start of line. by nicm · 8 years ago
  29. 7475165 Some other tidying bits. by nicm · 8 years ago
  30. 96b66f8 Remove unnecessary duplicate check. by nicm · 8 years ago
  31. 713f3b0 Improve some of the logging on resize. by nicm · 8 years ago
  32. cb80901 Log size of output buffer as well. by nicm · 8 years ago
  33. 9cc02d1 Trying to avoid the occasional newline by saving the last cell on screen by nicm · 8 years ago
  34. c0a3482 Do not clear the scroll region, instead set it to the scroll region we by nicm · 8 years ago
  35. 6ea36af DECSLRM in xterm(1) appears to have a quirk where it can generate an by nicm · 8 years ago
  36. 9491a5c Unfortunately DECFRA does not handle default colours properly (it does by nicm · 8 years ago
  37. d60e585 Use DECFRA on VT420 compatible terminals (so, xterm) and ED on all by nicm · 8 years ago
  38. 68e0490 Do not go through the whole attributes setting process if the new cell by nicm · 8 years ago
  39. 10e14ae Add BCE for clear to start of screen, which was somehow missed. by nicm · 8 years ago
  40. 3fd34e7 Only redraw the modified character when adding combining characters, not by nicm · 8 years ago
  41. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  42. 9b6aeac aixterm colours can be used if -2 is given, as well as if TERM tells us by nicm · 8 years ago
  43. 9e78603 Fix setting the palette of aixterm colours (90-97). by nicm · 8 years ago
  44. 74c40d0 Be less aggressive about turning margins off. by nicm · 8 years ago
  45. 3bb1400 Add some missing special keys to key_string_lookup_key, fix a mouse by nicm · 8 years ago
  46. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  47. 314e933 Add support for the OSC 4 and OSC 104 palette setting escape sequences, by nicm · 8 years ago
  48. 5ea143f Only skip moving the cursor if it is already in the last position _on by nicm · 8 years ago
  49. 1a6156d Fix check for cursor at end of line. by nicm · 8 years ago
  50. 9fc925a When comparing ocy to orlower in tty_cmd_cell, there is no need to add by nicm · 8 years ago
  51. ddf7ac5 Fix calculation of whether we need a region for drawing a cell (only if by nicm · 8 years ago
  52. c34a79b Turn on margins, with a couple of fixes (only limit to the pane for line by nicm · 8 years ago
  53. d81a5c6 And of course I just find a bug, disable previous for now. by nicm · 8 years ago
  54. 0ace779 Initial attempt to make use of left and right margins if the terminal by nicm · 8 years ago
  55. d413a94 Don't make assumptions about line wrap on !xenl terminals, means that by nicm · 8 years ago
  56. 4179b42 Add support for BCE (background colour erase). This makes various escape by nicm · 8 years ago
  57. 4160df4 Redraw selection in tty_draw_line, so it appears when redrawing whole by nicm · 8 years ago
  58. e454018 Add static in window-*.c and move some internal functions out of tmux.h. by nicm · 8 years ago
  59. c426e48 Loads more static, except for cmd-*.c and window-*.c. by nicm · 8 years ago
  60. 61dfbe7 Remove some redundant checks and make ich/dch consistent. by nicm · 8 years ago
  61. 0f73af8 Don't update cells in each block of data read from a pane immediately, by nicm · 8 years ago
  62. 1921fac Cache the window styles and do not look up the window-style options by nicm · 8 years ago
  63. 7d10573 Send two cub1 instead of using cub for moving the cursor two left. This by nicm · 8 years ago
  64. 88bd5b1 tty_client_ready can not be internal to tty.c again. by nicm · 8 years ago
  65. bcb41a0 RGB colours shouldn't be mixed up with aixterm colours, return before by nicm · 9 years ago
  66. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  67. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  68. 2a1f27e Couple of trivial style nits. by nicm · 9 years ago
  69. 88bc8f3 Style nits and line wrapping of function declarations. by nicm · 9 years ago
  70. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  71. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  72. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  73. abb4e9e The output log is only useful once and it means creating a file, so open by nicm · 9 years ago
  74. 44657bf Move struct options into options.c. by nicm · 9 years ago
  75. 26a55dd Remove some unnecessary checks before free(). by nicm · 9 years ago
  76. 63a3fd3 Use tty_term_flag not _has for XT, and make -2 force direct use of by nicm · 9 years ago
  77. 03d7dba If the terminal has colors=256, only try to use setaf/setab if they by nicm · 9 years ago
  78. 38e3baa A one line helper function is a little silly. by nicm · 9 years ago
  79. 8121127 We no longer need the terminal service class, so don't bother asking for it. by nicm · 9 years ago
  80. e45d624 Fix line endings. by nicm · 9 years ago
  81. c7374c3 Initialize cwd fd to -1 so that we don't close fd 0 if the client is by nicm · 9 years ago
  82. 2c53b23 In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, so by nicm · 9 years ago
  83. 3f4ee98 To replace c0-*, add a high watermark to the pty event, and also backoff by nicm · 9 years ago
  84. 33a585c Turn cursor off during redraw, pointed out by George Nachman. by nicm · 9 years ago
  85. 7382ba8 If default-terminal is set to "screen" or "screen-*", emulate screen's by nicm · 9 years ago
  86. d23af6c Explicitly cancel mouse "button" mode, this happens implicitly with some by nicm · 9 years ago
  87. aeedb46 Convert clients list into a TAILQ. by nicm · 9 years ago
  88. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  89. ee123c2 Support setting the default window and pane background colours (window by nicm · 10 years ago
  90. 4a75879 Fix some issues in bright colour handling. Bold background doesn't exist by nicm · 10 years ago
  91. eec27f9 Use tty_term_flag not _has for flags, also fix a typo (position not permission). by nicm · 10 years ago
  92. 90bf702 Reset bracket paste mode on detach. by nicm · 10 years ago
  93. 144025e Focus off needs to be sent with tty_raw, reported by Geoff Nixon. by nicm · 10 years ago
  94. 16bdd97 Support blinking cursor mode, both the xterm CSI ?12 h/l and (the by nicm · 10 years ago
  95. 1ac9620 Remove support for the continuous reporting "any" mouse mode which never by nicm · 10 years ago
  96. 40cb4cb specifying ECHOCTL once is enough ok nicm@ by jsg · 10 years ago
  97. a5d4b7f Some more long lines. by nicm · 11 years ago
  98. c3b2e5e Wrap some long lines. by nicm · 11 years ago
  99. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  100. f2e54e1 If the terminfo entry has colors#256, assume that setaf and setab work by nicm · 11 years ago