1. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  2. d6debc2 revert r1.156 "Add support for focus notifications when tmux pane changes" by Stuart Henderson · 11 years ago
  3. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  4. cbee283 Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which by Nicholas Marriott · 12 years ago
  5. 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
  6. a60687f Handle focus events from the terminal, from Aaron Jensen. by Nicholas Marriott · 12 years ago
  7. 79f5fe6 Use tty_raw on stop, not tty_puts. by Nicholas Marriott · 12 years ago
  8. 22a2949 Correctly handle UTF8 mouse option being toggled, from Egmont Koblinger. by Nicholas Marriott · 12 years ago
  9. 3d24c75 Include the \033 in the key tree and adjust key matching for this change. by Nicholas Marriott · 12 years ago
  10. 3665be7 Tidy by splitting default key tables into two. by Nicholas Marriott · 12 years ago
  11. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  12. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  13. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 12 years ago
  14. 44dccf7 Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder. by Nicholas Marriott · 12 years ago
  15. b433886 We can't tell what the terminal has done with a DCS string, so reset the by Nicholas Marriott · 12 years ago
  16. 6307d63 Remove xterm CRA support - support is patchy and it will be done better by Nicholas Marriott · 12 years ago
  17. f61fc57 Tidy up tty_write, from Sean Estabrooks. by Nicholas Marriott · 12 years ago
  18. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  19. a791743 Remove a couple of unused variables from redbrain at gcc dot gnu dot org. by Nicholas Marriott · 12 years ago
  20. 84c708f Store client in tty struct directly instead of using a callback function by Nicholas Marriott · 13 years ago
  21. 82b053a Use tty_pane_full_width macro in some more places. by Nicholas Marriott · 13 years ago
  22. 2f93aff If there are any terminals with insert mode but not ich1, they can go by Nicholas Marriott · 13 years ago
  23. 243d127 Move some common code to repeat spaces into a function. by Nicholas Marriott · 13 years ago
  24. 96a34a0 Tidy up by adding a macro for the pane being the full screen width, from by Nicholas Marriott · 13 years ago
  25. 132403b Missing ()s in macros. by Nicholas Marriott · 13 years ago
  26. 3e6454f Pull CRA out into a separate function and add ERA, from Ailin Nemui. by Nicholas Marriott · 13 years ago
  27. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  28. d8805af On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for by Nicholas Marriott · 13 years ago
  29. 889fe42 Break out termios initialization into a separate function, from George Nachman. by Nicholas Marriott · 13 years ago
  30. 164e85c Do not clear to end of line if the line is full, fixes missing last by Nicholas Marriott · 13 years ago
  31. 0b34fef Use the region lower not the pane size to work out where the bottom line is. by Nicholas Marriott · 13 years ago
  32. 928f406 Tweak last fix to actually hit the right end of pane. by Nicholas Marriott · 13 years ago
  33. d3c842d Check event_initialized before event_del if event may not have been set by Nicholas Marriott · 13 years ago
  34. 0489213 Revert screen-write.c r1.54 and fix the bug properly. After wrapping a by Nicholas Marriott · 13 years ago
  35. c8c0d68 Send secondary DA to terminals with XT in terminfo when starting up and by Nicholas Marriott · 13 years ago
  36. 005566f Fix a warning. Doh. by Nicholas Marriott · 13 years ago
  37. 698361c Add a helper function for enabling an optimization to make some code clearer. by Nicholas Marriott · 13 years ago
  38. 575bfa4 Erm, use EL in a way that actually works... by Nicholas Marriott · 13 years ago
  39. 31ddae7 Use EL to clear to end of line if possible. by Nicholas Marriott · 13 years ago
  40. 799f437 Remove some bits leftover from unused backoff code. by Nicholas Marriott · 13 years ago
  41. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  42. fddbd44 Add a wrapper function tty_set_size from George Nachman. by Nicholas Marriott · 13 years ago
  43. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  44. 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
  45. 299a8fd Calculate last position correctly for UTF-8 wide characters, reported by by Nicholas Marriott · 13 years ago
  46. 029c34c Add a tty_bell wrapper function, from Dylan Alex Simon. by Nicholas Marriott · 13 years ago
  47. 34e5ec1 Trim another useless if statement, from Ailin Nemui. by Nicholas Marriott · 14 years ago
  48. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
  49. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
  50. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
  51. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago
  52. 0a09d04 If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  53. 71e8e26 Set the terminal blocking again earlier, before sending the reset sequences. by Nicholas Marriott · 14 years ago
  54. d74e5bf Fix to properly wrap wide characters, from Micah Cowan. by Nicholas Marriott · 14 years ago
  55. 54456d5 Fix an incorrect test which was always true (oupper is always < olower), by Nicholas Marriott · 14 years ago
  56. 79e30da Support passing through escape sequences to the underlying terminal by by Nicholas Marriott · 14 years ago
  57. 9fc2c34 Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the by Nicholas Marriott · 14 years ago
  58. 3de1700 Only set a mouse mode for mouse-select-pane if none already set by the by Nicholas Marriott · 14 years ago
  59. 8f8e81c Mouse highlight mode (1001) requires a program to cooperate so by Nicholas Marriott · 14 years ago
  60. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  61. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  62. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  63. ef9b2eb There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't by Nicholas Marriott · 14 years ago
  64. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  65. ea4487c Ugh. Pass the right type into tty_term_has. Teaches me to make last by Nicholas Marriott · 14 years ago
  66. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  67. 8363e31 Change the way backoff works. Instead of stopping reading from the pty by Nicholas Marriott · 14 years ago
  68. 510ec3f Fix problems with window sizing seen by Raghavendra D Prabhu when by Nicholas Marriott · 14 years ago
  69. 0440d32 Shut up gcc4 warnings. by Nicholas Marriott · 14 years ago
  70. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  71. c7046b9 Check for colour and attribute modifications early so the translated by Nicholas Marriott · 15 years ago
  72. f1dd956 Don't set the terminal to nonblocking on detach until we have finished with it by Nicholas Marriott · 15 years ago
  73. 9ffe549 If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on by Nicholas Marriott · 15 years ago
  74. 9ee9791 Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten. by Nicholas Marriott · 15 years ago
  75. a775107 Fix the logic so that transition from a 256 colour to default works properly. by Nicholas Marriott · 15 years ago
  76. cd9b1b1 Nuke some stray debugging. by Nicholas Marriott · 15 years ago
  77. 0dda866 Pass through the aixterm bright colours if the terminal supports them (>= 16 by Nicholas Marriott · 15 years ago
  78. 796eb52 vte is buggy and doesn't home the cursor after changing the scroll by Nicholas Marriott · 15 years ago
  79. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  80. 6bbc92a Reflect the keypad mode of the application so that numlock works. by Nicholas Marriott · 15 years ago
  81. 2182e1b Add a couple of comments. by Nicholas Marriott · 15 years ago
  82. e7f4319 Fix type - attributes should be u_char not int. by Nicholas Marriott · 15 years ago
  83. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  84. d31d4c0 Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. by Nicholas Marriott · 15 years ago
  85. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  86. 5ae542e Emulate the ri (reverse index) capability: this allows tmux to at least start by Nicholas Marriott · 15 years ago
  87. 6609093 Just ignore tty fd errors rather than dying, stops the server dying if the by Nicholas Marriott · 15 years ago
  88. bed8153 Clear to the end of the screen from the right starting point when drawing by Nicholas Marriott · 15 years ago
  89. b58bf49 Switch tty key input over to happen on a read event. This is a bit more by Nicholas Marriott · 15 years ago
  90. 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
  91. 10f58cb Ignore the colour on space, /not/ the attributes. by Nicholas Marriott · 15 years ago
  92. a94535f Fix the reverse emulation when a terminal doesn't have setab to use the correct by Nicholas Marriott · 15 years ago
  93. 1eaefbf Add a minor optimisatin: if the character being printed is space, don't worry by Nicholas Marriott · 15 years ago
  94. 5730cbf Twaek this slightly to avoid confusing use of flags variable. by Nicholas Marriott · 15 years ago
  95. eb5f446 Setting SGR0 when setting the fg and bg has problems if only one of the two is by Nicholas Marriott · 15 years ago
  96. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  97. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  98. 59e6679 Unused variable. by Nicholas Marriott · 15 years ago
  99. dd46f63 Now we are correctly not redrawing the whole pane on linefeed, redo the by Nicholas Marriott · 15 years ago
  100. 9b5da97 Don't redraw the scroll region on linefeed/reverse index unless it is necessary by Nicholas Marriott · 15 years ago