1. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  2. fddbd44 Add a wrapper function tty_set_size from George Nachman. by Nicholas Marriott · 13 years ago
  3. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  4. 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
  5. 299a8fd Calculate last position correctly for UTF-8 wide characters, reported by by Nicholas Marriott · 13 years ago
  6. 029c34c Add a tty_bell wrapper function, from Dylan Alex Simon. by Nicholas Marriott · 13 years ago
  7. 34e5ec1 Trim another useless if statement, from Ailin Nemui. by Nicholas Marriott · 14 years ago
  8. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
  9. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
  10. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 14 years ago
  11. 295ace6 Use the tsl and fsl terminfo(5) capabilities to update terminal title by Nicholas Marriott · 14 years ago
  12. 0a09d04 If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  13. 71e8e26 Set the terminal blocking again earlier, before sending the reset sequences. by Nicholas Marriott · 14 years ago
  14. d74e5bf Fix to properly wrap wide characters, from Micah Cowan. by Nicholas Marriott · 14 years ago
  15. 54456d5 Fix an incorrect test which was always true (oupper is always < olower), by Nicholas Marriott · 14 years ago
  16. 79e30da Support passing through escape sequences to the underlying terminal by by Nicholas Marriott · 14 years ago
  17. 9fc2c34 Accept tcgetattr/tcsetattr failure, fixes problems with fatal() if the by Nicholas Marriott · 14 years ago
  18. 3de1700 Only set a mouse mode for mouse-select-pane if none already set by the by Nicholas Marriott · 14 years ago
  19. 8f8e81c Mouse highlight mode (1001) requires a program to cooperate so by Nicholas Marriott · 14 years ago
  20. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  21. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  22. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  23. ef9b2eb There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't by Nicholas Marriott · 14 years ago
  24. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  25. ea4487c Ugh. Pass the right type into tty_term_has. Teaches me to make last by Nicholas Marriott · 14 years ago
  26. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  27. 8363e31 Change the way backoff works. Instead of stopping reading from the pty by Nicholas Marriott · 14 years ago
  28. 510ec3f Fix problems with window sizing seen by Raghavendra D Prabhu when by Nicholas Marriott · 14 years ago
  29. 0440d32 Shut up gcc4 warnings. by Nicholas Marriott · 14 years ago
  30. 43fa9a9 When the mode-mouse option is on, support dragging to make a selection by Nicholas Marriott · 14 years ago
  31. c7046b9 Check for colour and attribute modifications early so the translated by Nicholas Marriott · 15 years ago
  32. f1dd956 Don't set the terminal to nonblocking on detach until we have finished with it by Nicholas Marriott · 15 years ago
  33. 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
  34. 9ee9791 Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten. by Nicholas Marriott · 15 years ago
  35. a775107 Fix the logic so that transition from a 256 colour to default works properly. by Nicholas Marriott · 15 years ago
  36. cd9b1b1 Nuke some stray debugging. by Nicholas Marriott · 15 years ago
  37. 0dda866 Pass through the aixterm bright colours if the terminal supports them (>= 16 by Nicholas Marriott · 15 years ago
  38. 796eb52 vte is buggy and doesn't home the cursor after changing the scroll by Nicholas Marriott · 15 years ago
  39. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  40. 6bbc92a Reflect the keypad mode of the application so that numlock works. by Nicholas Marriott · 15 years ago
  41. 2182e1b Add a couple of comments. by Nicholas Marriott · 15 years ago
  42. e7f4319 Fix type - attributes should be u_char not int. by Nicholas Marriott · 15 years ago
  43. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  44. d31d4c0 Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set. by Nicholas Marriott · 15 years ago
  45. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  46. 5ae542e Emulate the ri (reverse index) capability: this allows tmux to at least start by Nicholas Marriott · 15 years ago
  47. 6609093 Just ignore tty fd errors rather than dying, stops the server dying if the by Nicholas Marriott · 15 years ago
  48. bed8153 Clear to the end of the screen from the right starting point when drawing by Nicholas Marriott · 15 years ago
  49. b58bf49 Switch tty key input over to happen on a read event. This is a bit more by Nicholas Marriott · 15 years ago
  50. 7342615 Switch tty fds over to a bufferevent. by Nicholas Marriott · 15 years ago
  51. 10f58cb Ignore the colour on space, /not/ the attributes. by Nicholas Marriott · 15 years ago
  52. a94535f Fix the reverse emulation when a terminal doesn't have setab to use the correct by Nicholas Marriott · 15 years ago
  53. 1eaefbf Add a minor optimisatin: if the character being printed is space, don't worry by Nicholas Marriott · 15 years ago
  54. 5730cbf Twaek this slightly to avoid confusing use of flags variable. by Nicholas Marriott · 15 years ago
  55. eb5f446 Setting SGR0 when setting the fg and bg has problems if only one of the two is by Nicholas Marriott · 15 years ago
  56. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  57. 3a7636f Remove the -d flag to tmux and just use op/AX to detect default colours. by Nicholas Marriott · 15 years ago
  58. 59e6679 Unused variable. by Nicholas Marriott · 15 years ago
  59. dd46f63 Now we are correctly not redrawing the whole pane on linefeed, redo the by Nicholas Marriott · 15 years ago
  60. 9b5da97 Don't redraw the scroll region on linefeed/reverse index unless it is necessary by Nicholas Marriott · 15 years ago
  61. 683ddbc Some terminals don't correctly clear their let's-wrap flag after changing the by Nicholas Marriott · 15 years ago
  62. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  63. 62f234c UTF-8 combined character fixes. by Nicholas Marriott · 15 years ago
  64. 387f4d4 Move the check for whether to force a line wrapper lower down into the tty code by Nicholas Marriott · 15 years ago
  65. daa2607 Always move the cursor position on !xenl terminals, since there is no invisible by Nicholas Marriott · 15 years ago
  66. 43d62c1 Instead of having a complicated check to see if the cursor is in the last by Nicholas Marriott · 15 years ago
  67. 7035502 When checking whether the region will scroll and the cursor position is thus by Nicholas Marriott · 15 years ago
  68. 5d78371 Don't try to use \n across scroll region when doing \r\n either. by Nicholas Marriott · 15 years ago
  69. 4dcb504 Instead of using something sort of similar for both newline checks, use by Nicholas Marriott · 15 years ago
  70. d7626cd When drawing lines that have wrapped naturally, don't force a newline but by Nicholas Marriott · 15 years ago
  71. 693b3d0 Don't run through the column unchanged case if the row was unchanged but there by Nicholas Marriott · 15 years ago
  72. eb9826f If the vertical cursor movement crosses the scroll region, CUU and CUD by Nicholas Marriott · 15 years ago
  73. 0aab581 Use absolute movement if right at the end of the line as it isn't a reliable by Nicholas Marriott · 15 years ago
  74. 687c4a9 Use relative cursor movement instead of absolute when possible and when by Nicholas Marriott · 15 years ago
  75. 7624599 Similarly add a tty_cursor_pane function to tidy up most of the calls. by Nicholas Marriott · 15 years ago
  76. 972a6f5 _absolute is redundant, just use tty_region. by Nicholas Marriott · 15 years ago
  77. f05b32f Cleanup: use two functions for region setting, one for absolute and one inside by Nicholas Marriott · 15 years ago
  78. 0a2a354 Like linefeed, don't set the scroll region for reverse index unless it will be by Nicholas Marriott · 15 years ago
  79. 3a20a05 There is no point setting the scroll region up for line feeds unless scrolling by Nicholas Marriott · 15 years ago
  80. bf38a31 The UTF-8 detection idea doesn't work and I am reasonably happy with the by Nicholas Marriott · 15 years ago
  81. d528184 Be less aggressive about turning the cursor off, only explicitly turn it off by Nicholas Marriott · 15 years ago
  82. 9200a0b Support -c like sh(1) to execute a command, useful when tmux is a login by Nicholas Marriott · 15 years ago
  83. 631a618 Don't die if the client is detaching (the tty has been closed) after waking up by Nicholas Marriott · 15 years ago
  84. b01dcd7 Remove the internal tmux locking and instead detach each client and run the by Nicholas Marriott · 15 years ago
  85. 962fa20 Trim some code by moving the ioctl(TIOCGWINSZ) after SIGWINCH from the client by Nicholas Marriott · 15 years ago
  86. 64caf59 Don't attempt to open() the tty path, rely on the client sending its stdin fd by Nicholas Marriott · 15 years ago
  87. 0a90056 Be more careful about what flags are cleared when opening the terminal, by Nicholas Marriott · 15 years ago
  88. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  89. 0431996 Add a new display-panes command, with two options (display-panes-colour and by Nicholas Marriott · 15 years ago
  90. 926b52b Emulate dch/dch1 if missing by redrawing the entire line. by Nicholas Marriott · 15 years ago
  91. 5cf9948 Send SGR0 when initialising the screen. Fixes problems on terminals with BCE by Nicholas Marriott · 15 years ago
  92. bc497db A tty context must not be modified as it may be reused to update multiple by Nicholas Marriott · 15 years ago
  93. e0a19ab Initialise log_fd to -1, prevents spurious disconnection of the client when it by Nicholas Marriott · 15 years ago
  94. 4310282 Have the client pass its stdin fd to the server when identifying itself and by Nicholas Marriott · 15 years ago
  95. 4ec8ade Add a TTY_OPENED flag and tidy a little. by Nicholas Marriott · 15 years ago
  96. ff65e37 Drop the no_stop argument to tty_close and tty_free in favour of a flag in the by Nicholas Marriott · 15 years ago
  97. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  98. bcddddf If colours are not supported by the terminal, try to emulate a coloured by Nicholas Marriott · 15 years ago
  99. 1673735 Add a terminal-overrides session option allowing individual terminfo(5) entries by Nicholas Marriott · 15 years ago
  100. fc65da1 Draw UTF-8 characters under the selection correctly. by Nicholas Marriott · 15 years ago