1. 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 14 years ago
  2. 6351940 |PatchSet 890 by Nicholas Marriott · 14 years ago
  3. a9eb5e1 Fix to properly wrap wide characters. by Micah Cowan · 14 years ago
  4. a0295b4 Sync OpenBSD patchset 866: by Tiago Cunha · 14 years ago
  5. 2ab568f Sync OpenBSD patchset 853: by Tiago Cunha · 14 years ago
  6. 219442c Sync OpenBSD patchset 828: by Tiago Cunha · 14 years ago
  7. 095e1b4 Sync OpenBSD patchset 812: by Tiago Cunha · 14 years ago
  8. cac532c Ensure we overwrite wide characters properly, and never overwrite characters we weren't overlapping. by Micah Cowan · 14 years ago
  9. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  10. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  11. c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
  12. a0b2b8e Sync OpenBSD patchset 547: by Tiago Cunha · 15 years ago
  13. 1c97866 Sync OpenBSD patchset 542: by Tiago Cunha · 15 years ago
  14. 2ec5aca Sync OpenBSD patchset 529: by Tiago Cunha · 15 years ago
  15. f41a391 Sync OpenBSD patchset 421: by Tiago Cunha · 15 years ago
  16. c643ac4 Sync OpenBSD patchset 420: by Tiago Cunha · 15 years ago
  17. 97e02ea Sync OpenBSD patchset 419: by Tiago Cunha · 15 years ago
  18. 2f14ef6 Sync OpenBSD patchset 416: by Tiago Cunha · 15 years ago
  19. 2e39ab5 Sync OpenBSD patchset 415: by Tiago Cunha · 15 years ago
  20. ac4e4a2 Sync OpenBSD patchset 414: by Tiago Cunha · 15 years ago
  21. 6103628 Sync OpenBSD patchset 401: by Tiago Cunha · 15 years ago
  22. cbd3b1b Sync OpenBSD patchset 400: by Tiago Cunha · 15 years ago
  23. 7af01a4 Sync OpenBSD patchset 397: by Tiago Cunha · 15 years ago
  24. 8ab3a3d Sync OpenBSD patchset 394: by Tiago Cunha · 15 years ago
  25. c507bf2 Sync OpenBSD patchset 328: by Tiago Cunha · 15 years ago
  26. 0ec1ce0 Sync OpenBSD patchset 322: by Tiago Cunha · 15 years ago
  27. 5edc465 Sync OpenBSD patchset 317: by Tiago Cunha · 15 years ago
  28. 1fa8a8f Sync OpenBSD patchset 285: by Tiago Cunha · 15 years ago
  29. 4b88352 Sync OpenBSD patchset 282: by Tiago Cunha · 15 years ago
  30. 78c789e Sync OpenBSD patchset 252: by Tiago Cunha · 15 years ago
  31. 97eb537 Sync OpenBSD patchset 227: by Tiago Cunha · 15 years ago
  32. 09c6432 Sync OpenBSD patchset 207: by Tiago Cunha · 15 years ago
  33. 7562781 Sync OpenBSD patchset 186: by Tiago Cunha · 15 years ago
  34. b72f9be Sync OpenBSD patchset 162: by Tiago Cunha · 15 years ago
  35. 9c6fa90 Sync OpenBSD patchset 160: by Tiago Cunha · 15 years ago
  36. b6afa30 Sync OpenBSD patchset 159: by Tiago Cunha · 15 years ago
  37. 75a44d8 Sync OpenBSD patchset 158: by Tiago Cunha · 15 years ago
  38. 82b45b4 The scroll region cannot be one line only, ignore attempts to make it so. by Nicholas Marriott · 15 years ago
  39. 664a0bd Cursor up and down should be limited by the scroll region (cuu should stop at by Nicholas Marriott · 15 years ago
  40. 295879c Change inserting and deleting lines inside the scroll region to properly clear by Nicholas Marriott · 15 years ago
  41. e073441 Tidy by removing unused argument from grid_view_{insert,delete}_line_region by Nicholas Marriott · 15 years ago
  42. 3509283 Fix two errors with character/line insertion and deletion: the maximum number by Nicholas Marriott · 15 years ago
  43. 1fb3948 Whoops, revert. by Nicholas Marriott · 15 years ago
  44. 1496aa5 Remove some unused function declarations; no binary change. by Nicholas Marriott · 15 years ago
  45. de2ea2d Status line fixes: don't truncate status-right now the length calculation is by Nicholas Marriott · 15 years ago
  46. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  47. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  48. b8ec0c7 Support insert mode by using insert character to shift the cells before writing by Nicholas Marriott · 15 years ago
  49. 93631b3 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  50. 49477de Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 15 years ago
  51. 28bcf77 New session option, status-utf8, to control the interpretation of top-bit-set by Nicholas Marriott · 15 years ago
  52. 1e06ec4 Add a UTF-8 aware string length function and make UTF-8 in by Nicholas Marriott · 15 years ago
  53. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  54. a6f2d82 Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill by Nicholas Marriott · 16 years ago
  55. 8a160f2 - Unbreak selection colouring. - Get UTF-8 check the right way round... by Nicholas Marriott · 16 years ago
  56. 23fef99 8 -> UTF8_SIZE. by Nicholas Marriott · 16 years ago
  57. 4cbf7d4 - Ignore padding when writing so copying the screen for copy-mode doesn't include extra characters. by Nicholas Marriott · 16 years ago
  58. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  59. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  60. 989d67c struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  61. 8a6a7e7 CSR resets the cursor to the top-left. Reported by merdely. by Nicholas Marriott · 16 years ago
  62. eae026f Redraw selection properly. by Nicholas Marriott · 16 years ago
  63. c45eb27 Check the right variable. Doh. by Nicholas Marriott · 16 years ago
  64. 3969b59 Don't turn cursor off unless actually drawing something. by Nicholas Marriott · 16 years ago
  65. 514fe11 We are going to need the updated screen data for emulating the scroll region, by Nicholas Marriott · 16 years ago
  66. c6be7d3 Simplify screen/tty write code to eliminate function pointer which is now by Nicholas Marriott · 16 years ago
  67. 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
  68. c172628 Handle cursor on/off better. by Nicholas Marriott · 16 years ago
  69. 4d7e555 Don't screw up UTF-8 combined characters. by Nicholas Marriott · 16 years ago
  70. 95323a6 Leftover label. by Nicholas Marriott · 16 years ago
  71. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  72. 1fa36b2 Use the right size. by Nicholas Marriott · 16 years ago
  73. 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
  74. 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
  75. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  76. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  77. cd8f85c When I wrote this I somehow forgot that the cursor could helpfully sit at sx by Nicholas Marriott · 16 years ago
  78. 4ebb85a Don't return NULL when retrieving a string that is too long. by Nicholas Marriott · 16 years ago
  79. d7e0ea5 Don't die when backspacing off the edge of the screen, reported by David Chisnall.. by Nicholas Marriott · 16 years ago
  80. ac3fe65 Some tweaks found by LLVM courtesy of IcePic. by Nicholas Marriott · 16 years ago
  81. 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
  82. 7be7706 Ooops. Check the right value. by Nicholas Marriott · 16 years ago
  83. 62457bc Trim. by Nicholas Marriott · 16 years ago
  84. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  85. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  86. 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
  87. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  88. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  89. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
  90. 8873c79 Set window title to current session. New options set-titles to disable. by Nicholas Marriott · 16 years ago
  91. 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
  92. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  93. 91d7904 Use the right function... by Nicholas Marriott · 17 years ago
  94. 85c087a Another redraw bugs. by Nicholas Marriott · 17 years ago
  95. 8ec9b07 Screen debugging. by Nicholas Marriott · 17 years ago
  96. 4f44b09 Redraw buglets. by Nicholas Marriott · 17 years ago
  97. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago