1. 3275e9b Sync OpenBSD patchset 1037: by Tiago Cunha · 13 years ago
  2. c82e068 Sync OpenBSD patchset 1024: by Tiago Cunha · 13 years ago
  3. d4c2a93 Sync OpenBSD patchset 1006: by Tiago Cunha · 13 years ago
  4. cc967ff Sync OpenBSD patchset 1005: by Tiago Cunha · 13 years ago
  5. 4bea559 Sync OpenBSD patchset 1004: by Tiago Cunha · 13 years ago
  6. d9eb34b Sync OpenBSD patchset 999: by Tiago Cunha · 13 years ago
  7. 90b331e Sync OpenBSD patchset 994: by Tiago Cunha · 13 years ago
  8. 2ca1849 Sync OpenBSD patchset 992: by Tiago Cunha · 13 years ago
  9. 03ee7f7 Sync OpenBSD patchset 969: by Tiago Cunha · 13 years ago
  10. dc2c174 Sync OpenBSD patchset 933: by Tiago Cunha · 13 years ago
  11. b2f301f Sync OpenBSD patchset 916: by Tiago Cunha · 14 years ago
  12. 7197555 Sync OpenBSD patchset 915: by Tiago Cunha · 14 years ago
  13. a0295b4 Sync OpenBSD patchset 866: by Tiago Cunha · 14 years ago
  14. 9bc4404 Sync OpenBSD patchset 864: by Tiago Cunha · 14 years ago
  15. 04ce5cc Sync OpenBSD patchset 857: by Tiago Cunha · 14 years ago
  16. 332bfbf Sync OpenBSD patchset 845: by Tiago Cunha · 14 years ago
  17. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  18. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  19. 3585fec Sync OpenBSD patchset 807: by Tiago Cunha · 14 years ago
  20. 3a4f765 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  21. 0ed8063 Sync OpenBSD patchset 683: by Tiago Cunha · 15 years ago
  22. 9f5b9ba New input parser based on http://vt100.net/emu/dec_ansi_parser. by Nicholas Marriott · 15 years ago
  23. 10abdd9 Sync OpenBSD patchset 642: by Tiago Cunha · 15 years ago
  24. 7c3d4e3 Sync OpenBSD patchset 599: by Tiago Cunha · 15 years ago
  25. 99075aa Sync OpenBSD patchset 589: by Tiago Cunha · 15 years ago
  26. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  27. b42f231 Sync OpenBSD patchset 574: by Tiago Cunha · 15 years ago
  28. 2df0882 Sync OpenBSD patchset 498: by Tiago Cunha · 15 years ago
  29. a5acabd Sync OpenBSD patchset 467: by Tiago Cunha · 15 years ago
  30. 4a87cef Sync OpenBSD patchset 441: by Tiago Cunha · 15 years ago
  31. 21b23f8 Sync OpenBSD patchset 424: by Tiago Cunha · 15 years ago
  32. f41a391 Sync OpenBSD patchset 421: by Tiago Cunha · 15 years ago
  33. ee46dba Sync OpenBSD patchset 408: by Tiago Cunha · 15 years ago
  34. cbd3b1b Sync OpenBSD patchset 400: by Tiago Cunha · 15 years ago
  35. 15556ad Sync OpenBSD patchset 281: by Tiago Cunha · 15 years ago
  36. cc2c061 Sync OpenBSD patchset 280: by Tiago Cunha · 15 years ago
  37. 4631c07 Sync OpenBSD patchset 275: by Tiago Cunha · 15 years ago
  38. 11f0f81 Didn't mean to commit this stuff. by Nicholas Marriott · 15 years ago
  39. 620402a This is a better fix for OS X stupidity. by Nicholas Marriott · 15 years ago
  40. 97eb537 Sync OpenBSD patchset 227: by Tiago Cunha · 15 years ago
  41. 05eb4ec Sync OpenBSD patchset 223: by Tiago Cunha · 15 years ago
  42. d29b57f Sync OpenBSD patchset 155: by Tiago Cunha · 15 years ago
  43. e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  44. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  45. 63b38ef Implement the CBT (backward tab) sequence (\033[Z). by Nicholas Marriott · 15 years ago
  46. 1b24538 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  47. cd71a13 Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually by Nicholas Marriott · 15 years ago
  48. 4eed190 Oops, CAN and SUB should abort the sequence (return to first state), not remain by Nicholas Marriott · 15 years ago
  49. c3c1481 More input compatibility love. Support C0 within escape sequences, and the C0 by Nicholas Marriott · 15 years ago
  50. 93631b3 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  51. 7597cb6 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  52. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  53. 7d6896a Support NEL. by Nicholas Marriott · 16 years ago
  54. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  55. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  56. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  57. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  58. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  59. 4ebb85a Don't return NULL when retrieving a string that is too long. by Nicholas Marriott · 16 years ago
  60. 4846ad1 Introduce nitems() and use it; use bsearch. by Nicholas Marriott · 16 years ago
  61. 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
  62. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  63. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  64. 6304e23 Record intermediate for p2/s2 and fake up charset redefinition (some programs use it to switch character set). by Nicholas Marriott · 16 years ago
  65. cf092dc This breaks mutt. by Nicholas Marriott · 16 years ago
  66. 25975cf Alternative charset commands. by Nicholas Marriott · 16 years ago
  67. 185f729 Better OSC support for title setting, and support APC as well. by Nicholas Marriott · 16 years ago
  68. 22ef1a1 SGR should not reset charset... don't know how this worked before... by Nicholas Marriott · 16 years ago
  69. 93aa3f3 Make RIS also reset scroll region. by Nicholas Marriott · 16 years ago
  70. 62457bc Trim. by Nicholas Marriott · 16 years ago
  71. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  72. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  73. 1e145a6 Unbreak 256 colours when commands are combined. by Nicholas Marriott · 16 years ago
  74. 6674197 Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/. by Nicholas Marriott · 16 years ago
  75. cecd7c0 Comments. by Nicholas Marriott · 16 years ago
  76. 0ba3bab Get the colours right. by Nicholas Marriott · 16 years ago
  77. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  78. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  79. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
  80. 83a9f27 Missing NULL check. by Nicholas Marriott · 16 years ago
  81. 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
  82. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  83. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. by Nicholas Marriott · 16 years ago
  84. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  85. 08d7be6 Fix charset stuff. by Nicholas Marriott · 17 years ago
  86. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  87. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  88. 043514a Preliminary mouse support. by Nicholas Marriott · 17 years ago
  89. f47ab8f Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. by Nicholas Marriott · 17 years ago
  90. 43c99c2 Clear current line properly on clear eos. by Nicholas Marriott · 17 years ago
  91. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  92. 15511cb Support for VT100 graphics mode. Also lose some redundant checks. by Nicholas Marriott · 17 years ago
  93. 5ad9b31 Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don't set region after DECRC. by Nicholas Marriott · 17 years ago
  94. a010936 Inc region in debug msg. by Nicholas Marriott · 17 years ago
  95. 2cdc75f Fix clear. by Nicholas Marriott · 17 years ago
  96. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  97. ceab127 Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display size (now dx,dy). Move functions which work on the displayed area into screen-display.c and tidy. Use macros consistently when accessing screen data (may want to move everything about again later!). This the first step on the road to scrollback. by Nicholas Marriott · 17 years ago
  98. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  99. 86b73ce Check for scrolling when _cursor_ is inside region, not number of lines. Duh. by Nicholas Marriott · 17 years ago
  100. 5940c5f Support tab. by Nicholas Marriott · 17 years ago