1. b8a102d Handle wcwidth() and mbtowc() failures in better style and drop by nicm · 9 years ago
  2. 427b820 Support for RGB colour, using the extended cell mechanism to avoid by nicm · 9 years ago
  3. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  4. 68d7975 A couple of missing printflike attributes, from Andrey Starodubtsev. by nicm · 9 years ago
  5. 99e9a4c send-keys -R should reset the input parser to ground state (so it can be by nicm · 9 years ago
  6. 2adf3f4 Partly revert previous, it is harmless to keep support for UTF-8 mouse by nicm · 9 years ago
  7. 32e510b Remove support for the UTF-8 mouse extension. This was a briefly used, by nicm · 9 years ago
  8. 6457136 Sync the entire xmalloc.[ch] with the other users, but with the addition by nicm · 9 years ago
  9. 14d90e4 The character is an int so use %x not %hhx. by nicm · 9 years ago
  10. 205d15e All these return values from utf8_* are confusing, use an enum. by nicm · 9 years ago
  11. 64333e3 Be more strict about invalid UTF-8. by nicm · 9 years ago
  12. 908e6bb Log more of UTF-8 input. by nicm · 9 years ago
  13. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  14. 1b86f52 Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 by nicm · 9 years ago
  15. 44657bf Move struct options into options.c. by nicm · 9 years ago
  16. 6c10fc6 Log pane which received input data. by nicm · 9 years ago
  17. 93b946e Tweak some error messages/comments. by nicm · 9 years ago
  18. 66a2720 Log the whole new input buffer once rather than each byte. by nicm · 9 years ago
  19. b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago
  20. fc58e44 Only do the automatic-rename dance if the pane has changed (seen output, by nicm · 9 years ago
  21. 2ffbd5b When searching for tabs, start from screen width, fixes out-of-bounds by nicm · 9 years ago
  22. 8dcea2c Reset G0/G1 state when resetting everything else with send-keys -R. by nicm · 9 years ago
  23. d96ab34 Add window_activity format, from Thomas Adam based on a diff originally by nicm · 9 years ago
  24. 55b96a5 Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2) by nicm · 9 years ago
  25. a3edfd9 teminal -> terminal, from Corey Farwell. by nicm · 9 years ago
  26. a3c6172 Missing t at end of response, from Vincent Bernat. by nicm · 9 years ago
  27. 44364d7 Remove the c0-* options which never really worked satisfactorily. Going by nicm · 9 years ago
  28. c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 9 years ago
  29. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  30. 16bdd97 Support blinking cursor mode, both the xterm CSI ?12 h/l and (the by nicm · 10 years ago
  31. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  32. 1ac9620 Remove support for the continuous reporting "any" mouse mode which never by nicm · 10 years ago
  33. 21ade85 Properly track switching G0 and G1 modes between US-ASCII and VT100 line by nicm · 10 years ago
  34. ada75af Don't limit the DCS buffer to 256 bytes, expand it as needed. Requested by nicm · 11 years ago
  35. 04f469a Change secondary device attributes response to \033[>84;0;0c which is by nicm · 11 years ago
  36. 1935eb5 Add \033[18t window operations from J Raynor. by nicm · 11 years ago
  37. 81a548b Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from by nicm · 11 years ago
  38. a41cd8d Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
  39. 1ec4354 Add support for focus notifications when tmux pane changes, based on by Nicholas Marriott · 12 years ago
  40. ad5df9b Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
  41. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  42. 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
  43. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  44. 3a09e01 Do not allow cursor colours to be set beginning with ? as that will by Nicholas Marriott · 12 years ago
  45. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  46. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  47. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  48. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  49. ff5155f Add a buffer with all input from last ground state, will be used for by Nicholas Marriott · 12 years ago
  50. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  51. 523ed38 Respond to secondary DA requests. by Nicholas Marriott · 13 years ago
  52. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  53. 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
  54. 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
  55. be7b56a One day I will actually fix ALL the warnings before I commit... by Nicholas Marriott · 13 years ago
  56. 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
  57. dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
  58. 92aef64 Add CNL and CPL escape sequences. by Nicholas Marriott · 13 years ago
  59. d377a68 Add \033[s and \033[u to save and restore cursor position. by Nicholas Marriott · 13 years ago
  60. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  61. b4b3d9c Fix a couple of comments. by Nicholas Marriott · 13 years ago
  62. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 13 years ago
  63. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 13 years ago
  64. 79e30da Support passing through escape sequences to the underlying terminal by by Nicholas Marriott · 14 years ago
  65. c36f67a Fix a typo that meant we did not reset the background colour when it was by Nicholas Marriott · 14 years ago
  66. b6bb350 Use input_clear to reset the APC, DCS, OSC state or it could be reused by Nicholas Marriott · 14 years ago
  67. 8f8e81c Mouse highlight mode (1001) requires a program to cooperate so by Nicholas Marriott · 14 years ago
  68. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  69. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  70. 6fd2b5b Style tweaks. by Nicholas Marriott · 14 years ago
  71. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  72. 622593a Fix typo in escape state table leading to fatal() when \033} or \033~ by Nicholas Marriott · 15 years ago
  73. 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
  74. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  75. ad8509f Correctly clear 256-colour flag for aixterm colours. by Nicholas Marriott · 15 years ago
  76. 0dda866 Pass through the aixterm bright colours if the terminal supports them (>= 16 by Nicholas Marriott · 15 years ago
  77. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  78. 2182e1b Add a couple of comments. by Nicholas Marriott · 15 years ago
  79. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  80. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago
  81. c2b8f3b Support the bright fg/bg colour SGR 90-97 and 100-107. by Nicholas Marriott · 15 years ago
  82. 9afb0d7 %zu not %u, doh. by Nicholas Marriott · 15 years ago
  83. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  84. 71dc6e0 Handle DECCOLM by just emulating its side-effect of clearing the screen. by Nicholas Marriott · 15 years ago
  85. 8608c69 When backspace is received at the beginning of a line and the previous line was by Nicholas Marriott · 15 years ago
  86. 234ad54 Nuke unused variable. by Nicholas Marriott · 15 years ago
  87. bf121f7 Handle the device attributes (DA) escape sequence. by Nicholas Marriott · 15 years ago
  88. 036de0c Instead of just checking for an empty buffer, which may not be the case if by Nicholas Marriott · 15 years ago
  89. 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 15 years ago
  90. 04e97e8 Using the alternative screen (smcup/rmcup) should also preserve the current by Nicholas Marriott · 15 years ago
  91. 76a9d98 Make some functions which return unused values void (mostly found by lint) and by Nicholas Marriott · 15 years ago
  92. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  93. f031975 Implement the CBT (backward tab) sequence (\033[Z). by Nicholas Marriott · 15 years ago
  94. d42fb43 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  95. d601582 Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually by Nicholas Marriott · 15 years ago
  96. 6c1f035 Oops, CAN and SUB should abort the sequence (return to first state), not remain by Nicholas Marriott · 15 years ago
  97. 8dd2f0d More input compatibility love. Support C0 within escape sequences, and the C0 by Nicholas Marriott · 15 years ago
  98. 52ec9b9 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  99. 2faec76 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  100. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago