1. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  2. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  3. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  4. 1ac9620 Remove support for the continuous reporting "any" mouse mode which never by nicm · 10 years ago
  5. 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  6. 21ade85 Properly track switching G0 and G1 modes between US-ASCII and VT100 line by nicm · 10 years ago
  7. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  8. ada75af Don't limit the DCS buffer to 256 bytes, expand it as needed. Requested by nicm · 11 years ago
  9. 04f469a Change secondary device attributes response to \033[>84;0;0c which is by nicm · 11 years ago
  10. 6d9f936 Change secondary device attributes response to \033[>84;0;0c which is unique by Nicholas Marriott · 11 years ago
  11. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  12. 1935eb5 Add \033[18t window operations from J Raynor. by nicm · 11 years ago
  13. 81a548b Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from by nicm · 11 years ago
  14. ddf9293 Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from Hayaki by Nicholas Marriott · 11 years ago
  15. 777be29 Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
  16. a41cd8d Always push a focus event when the application turns it on, prompted by by Nicholas Marriott · 11 years ago
  17. 1ec4354 Add support for focus notifications when tmux pane changes, based on by Nicholas Marriott · 12 years ago
  18. ad5df9b Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
  19. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  20. 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
  21. 4c9f943 Add support for focus notifications when tmux pane changes, based on work by by Nicholas Marriott · 12 years ago
  22. a6c4c2c Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
  23. e5eee7d Support the latest theory for mouse input, this is enabled/disabled with SM/RM by Nicholas Marriott · 12 years ago
  24. cf2c023 Instead of loads of little screen_write_*_on and off functions which just by Nicholas Marriott · 12 years ago
  25. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  26. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  27. 2ca8b7f Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  28. 3a09e01 Do not allow cursor colours to be set beginning with ? as that will by Nicholas Marriott · 12 years ago
  29. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  30. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  31. 739a766 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  32. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  33. 4875002 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  34. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  35. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  36. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  37. d090786 Sync OpenBSD patchset 1102: by Tiago Cunha · 13 years ago
  38. ff5155f Add a buffer with all input from last ground state, will be used for by Nicholas Marriott · 13 years ago
  39. f9f6eea Sync OpenBSD patchset 1072: by Tiago Cunha · 13 years ago
  40. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  41. 3b990ef Sync OpenBSD patchset 1053: by Tiago Cunha · 13 years ago
  42. 523ed38 Respond to secondary DA requests. by Nicholas Marriott · 13 years ago
  43. 3275e9b Sync OpenBSD patchset 1037: by Tiago Cunha · 13 years ago
  44. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  45. c82e068 Sync OpenBSD patchset 1024: by Tiago Cunha · 13 years ago
  46. 8363d19 Move window name changes into wrapper function window_set_name, from by Nicholas Marriott · 13 years ago
  47. d4c2a93 Sync OpenBSD patchset 1006: by Tiago Cunha · 13 years ago
  48. cc967ff Sync OpenBSD patchset 1005: by Tiago Cunha · 13 years ago
  49. 4bea559 Sync OpenBSD patchset 1004: by Tiago Cunha · 13 years ago
  50. 7f24020 Add strings to allow the aixterm bright colours to be used when by Nicholas Marriott · 13 years ago
  51. be7b56a One day I will actually fix ALL the warnings before I commit... by Nicholas Marriott · 13 years ago
  52. 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
  53. d9eb34b Sync OpenBSD patchset 999: by Tiago Cunha · 13 years ago
  54. dcad131 Add an option to disable the window rename escape sequence, from Romain by Nicholas Marriott · 13 years ago
  55. 90b331e Sync OpenBSD patchset 994: by Tiago Cunha · 13 years ago
  56. 2ca1849 Sync OpenBSD patchset 992: by Tiago Cunha · 13 years ago
  57. 92aef64 Add CNL and CPL escape sequences. by Nicholas Marriott · 13 years ago
  58. d377a68 Add \033[s and \033[u to save and restore cursor position. by Nicholas Marriott · 13 years ago
  59. 03ee7f7 Sync OpenBSD patchset 969: by Tiago Cunha · 13 years ago
  60. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  61. dc2c174 Sync OpenBSD patchset 933: by Tiago Cunha · 13 years ago
  62. b4b3d9c Fix a couple of comments. by Nicholas Marriott · 13 years ago
  63. b2f301f Sync OpenBSD patchset 916: by Tiago Cunha · 14 years ago
  64. 7197555 Sync OpenBSD patchset 915: by Tiago Cunha · 14 years ago
  65. 3ea5e06 Support DECSCUSR sequence to set the cursor style with two new by Nicholas Marriott · 14 years ago
  66. 944b5e6 Support xterm(1) cursor colour change sequences through terminfo(5) Cc by Nicholas Marriott · 14 years ago
  67. a0295b4 Sync OpenBSD patchset 866: by Tiago Cunha · 14 years ago
  68. 9bc4404 Sync OpenBSD patchset 864: by Tiago Cunha · 14 years ago
  69. 79e30da Support passing through escape sequences to the underlying terminal by by Nicholas Marriott · 14 years ago
  70. c36f67a Fix a typo that meant we did not reset the background colour when it was by Nicholas Marriott · 14 years ago
  71. 04ce5cc Sync OpenBSD patchset 857: by Tiago Cunha · 14 years ago
  72. b6bb350 Use input_clear to reset the APC, DCS, OSC state or it could be reused by Nicholas Marriott · 14 years ago
  73. 332bfbf Sync OpenBSD patchset 845: by Tiago Cunha · 14 years ago
  74. 8f8e81c Mouse highlight mode (1001) requires a program to cooperate so by Nicholas Marriott · 14 years ago
  75. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  76. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  77. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  78. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  79. 3585fec Sync OpenBSD patchset 807: by Tiago Cunha · 14 years ago
  80. 6fd2b5b Style tweaks. by Nicholas Marriott · 14 years ago
  81. 3a4f765 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  82. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  83. 0ed8063 Sync OpenBSD patchset 683: by Tiago Cunha · 15 years ago
  84. 622593a Fix typo in escape state table leading to fatal() when \033} or \033~ by Nicholas Marriott · 15 years ago
  85. 4baafd8 New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
  86. 9f5b9ba New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
  87. 10abdd9 Sync OpenBSD patchset 642: by Tiago Cunha · 15 years ago
  88. 11dedde Add an option to disable the smcup/rmcup alternate screen behaviour inside by Nicholas Marriott · 15 years ago
  89. 7c3d4e3 Sync OpenBSD patchset 599: by Tiago Cunha · 15 years ago
  90. ad8509f Correctly clear 256-colour flag for aixterm colours. by Nicholas Marriott · 15 years ago
  91. 99075aa Sync OpenBSD patchset 589: by Tiago Cunha · 15 years ago
  92. 0dda866 Pass through the aixterm bright colours if the terminal supports them (>= 16 by Nicholas Marriott · 15 years ago
  93. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  94. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  95. b42f231 Sync OpenBSD patchset 574: by Tiago Cunha · 15 years ago
  96. 2182e1b Add a couple of comments. by Nicholas Marriott · 15 years ago
  97. 2df0882 Sync OpenBSD patchset 498: by Tiago Cunha · 15 years ago
  98. a02c7e8 Convert the window pane (pty master side) fd over to use a bufferevent. by Nicholas Marriott · 15 years ago
  99. a5acabd Sync OpenBSD patchset 467: by Tiago Cunha · 15 years ago
  100. ed62d12 tabs are better; ok nicm by Theo Deraadt · 15 years ago