1. f90eb43 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. f198365 Unbreak line wrapping. by Nicholas Marriott · 12 years ago
  3. ad5df9b Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
  4. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  5. 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
  6. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  7. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  8. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  9. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  10. fb83914 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  11. 3fa4f69 Handle resetting 256-colours properly when parsing #[default], by Nicholas Marriott · 12 years ago
  12. ce0b285 Fix up missing bits. by Nicholas Marriott · 12 years ago
  13. eb0ad18 Use ACS characters for choose-tree arrows based on diff from Romain Francoise. by Nicholas Marriott · 12 years ago
  14. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  15. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  16. 21ab665 Sync OpenBSD patchset 1055: by Tiago Cunha · 13 years ago
  17. c7f078d Sync OpenBSD patchset 1050: by Tiago Cunha · 13 years ago
  18. 0489213 Revert screen-write.c r1.54 and fix the bug properly. After wrapping a by Nicholas Marriott · 13 years ago
  19. 71df37c Store context off before moving the cursor when wrapping, to fix long by Nicholas Marriott · 13 years ago
  20. 3275e9b Sync OpenBSD patchset 1037: by Tiago Cunha · 13 years ago
  21. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  22. 4bea559 Sync OpenBSD patchset 1004: by Tiago Cunha · 13 years ago
  23. 66f0451 Add a -R flag to send-keys to reset the terminal. Written ages ago and by Nicholas Marriott · 13 years ago
  24. 03ee7f7 Sync OpenBSD patchset 969: by Tiago Cunha · 13 years ago
  25. f0aad68 Support for \e[3J to clear the history. Also send the corresponding by Nicholas Marriott · 13 years ago
  26. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  27. 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 13 years ago
  28. 96e7f33 Support setting the xterm clipboard when copying from copy mode using by Nicholas Marriott · 13 years ago
  29. 6351940 |PatchSet 890 by Nicholas Marriott · 14 years ago
  30. 044c0f9 Fix character position check, from Tiago Resende. by Nicholas Marriott · 14 years ago
  31. d74e5bf Fix to properly wrap wide characters, from Micah Cowan. by Nicholas Marriott · 14 years ago
  32. a9eb5e1 Fix to properly wrap wide characters. by Micah Cowan · 14 years ago
  33. a0295b4 Sync OpenBSD patchset 866: by Tiago Cunha · 14 years ago
  34. 79e30da Support passing through escape sequences to the underlying terminal by by Nicholas Marriott · 14 years ago
  35. 2ab568f Sync OpenBSD patchset 853: by Tiago Cunha · 14 years ago
  36. ecc22c5 When clearing the entire screen, clear lines that are used into the by Nicholas Marriott · 14 years ago
  37. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  38. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  39. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  40. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  41. 5afb820 Ensure we overwrite UTF-8 wide characters properly, and never overwrite by Nicholas Marriott · 14 years ago
  42. cac532c Ensure we overwrite wide characters properly, and never overwrite characters we weren't overlapping. by Micah Cowan · 14 years ago
  43. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  44. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  45. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  46. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  47. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  48. 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
  49. a0b2b8e Sync OpenBSD patchset 547: by Tiago Cunha · 15 years ago
  50. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  51. 1c97866 Sync OpenBSD patchset 542: by Tiago Cunha · 15 years ago
  52. 5d7bff4 A screen can be one cell wide; don't crash if that is the case. by Nicholas Marriott · 15 years ago
  53. 2ec5aca Sync OpenBSD patchset 529: by Tiago Cunha · 15 years ago
  54. 9df4e75 Add an explicit zero-length check for UTF-8 input data, prompted by a report by Nicholas Marriott · 15 years ago
  55. f41a391 Sync OpenBSD patchset 421: by Tiago Cunha · 15 years ago
  56. c643ac4 Sync OpenBSD patchset 420: by Tiago Cunha · 15 years ago
  57. 97e02ea Sync OpenBSD patchset 419: by Tiago Cunha · 15 years ago
  58. 2f14ef6 Sync OpenBSD patchset 416: by Tiago Cunha · 15 years ago
  59. 2e39ab5 Sync OpenBSD patchset 415: by Tiago Cunha · 15 years ago
  60. ac4e4a2 Sync OpenBSD patchset 414: by Tiago Cunha · 15 years ago
  61. 1af09d6 Try to reduce the UTF-8 mess. by Nicholas Marriott · 15 years ago
  62. 62f234c UTF-8 combined character fixes. by Nicholas Marriott · 15 years ago
  63. 387f4d4 Move the check for whether to force a line wrapper lower down into the tty code by Nicholas Marriott · 15 years ago
  64. daa2607 Always move the cursor position on !xenl terminals, since there is no invisible by Nicholas Marriott · 15 years ago
  65. fe26b5d Don't print wide characters at screen width - 1. Matches uterm behaviour and 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. 6103628 Sync OpenBSD patchset 401: by Tiago Cunha · 15 years ago
  68. cbd3b1b Sync OpenBSD patchset 400: by Tiago Cunha · 15 years ago
  69. 7af01a4 Sync OpenBSD patchset 397: by Tiago Cunha · 15 years ago
  70. 8ab3a3d Sync OpenBSD patchset 394: by Tiago Cunha · 15 years ago
  71. d7626cd When drawing lines that have wrapped naturally, don't force a newline but by Nicholas Marriott · 15 years ago
  72. 8608c69 When backspace is received at the beginning of a line and the previous line was by Nicholas Marriott · 15 years ago
  73. 5615744 Wrap a couple of long lines. by Nicholas Marriott · 15 years ago
  74. 33ae063 Permit attributes to be turned off in #[] by prefixing with "no", for example by Nicholas Marriott · 15 years ago
  75. c507bf2 Sync OpenBSD patchset 328: by Tiago Cunha · 15 years ago
  76. 4278199 Stick line length to what is actually used (removing an optimization that by Nicholas Marriott · 15 years ago
  77. 0ec1ce0 Sync OpenBSD patchset 322: by Tiago Cunha · 15 years ago
  78. 372a8cb Permit options such as status-bg to be configured using the entire 256 colour by Nicholas Marriott · 15 years ago
  79. 5edc465 Sync OpenBSD patchset 317: by Tiago Cunha · 15 years ago
  80. e97006b Permit embedded colour and attributes in status-left and status-right using new by Nicholas Marriott · 15 years ago
  81. 1fa8a8f Sync OpenBSD patchset 285: by Tiago Cunha · 15 years ago
  82. 4b88352 Sync OpenBSD patchset 282: by Tiago Cunha · 15 years ago
  83. 65ac8e9 Ugh, committed the wrong version of this change and got both solutions rather by Nicholas Marriott · 15 years ago
  84. 1501b3f A few trivial optimisations: no need to check for zero size if calling by Nicholas Marriott · 15 years ago
  85. 78c789e Sync OpenBSD patchset 252: by Tiago Cunha · 15 years ago
  86. b02e429 It was originally intended that scroll mode would show content that was by Nicholas Marriott · 15 years ago
  87. 97eb537 Sync OpenBSD patchset 227: by Tiago Cunha · 15 years ago
  88. 06ddd3d Add a flags member to the grid_line struct and use it to differentiate lines by Nicholas Marriott · 15 years ago
  89. 09c6432 Sync OpenBSD patchset 207: by Tiago Cunha · 15 years ago
  90. 97f105c Plug some memory leaks. by Nicholas Marriott · 15 years ago
  91. 7562781 Sync OpenBSD patchset 186: by Tiago Cunha · 15 years ago
  92. fc65da1 Draw UTF-8 characters under the selection correctly. by Nicholas Marriott · 15 years ago
  93. b72f9be Sync OpenBSD patchset 162: by Tiago Cunha · 15 years ago
  94. 9c6fa90 Sync OpenBSD patchset 160: by Tiago Cunha · 15 years ago
  95. ddad0be More tty code tidying: move the saved cursor/region position (from before the by Nicholas Marriott · 15 years ago
  96. b6afa30 Sync OpenBSD patchset 159: by Tiago Cunha · 15 years ago
  97. 2ec2837 enum tty_cmd is only used as an index into the array of command function by Nicholas Marriott · 15 years ago
  98. 75a44d8 Sync OpenBSD patchset 158: by Tiago Cunha · 15 years ago
  99. 6a309c5 There are relatively few arguments to tty_cmd_* functions now, so tidy them up by Nicholas Marriott · 15 years ago
  100. 5bd72ec tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to by Nicholas Marriott · 15 years ago