1. 0b8ce56 Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  2. 11497af Solaris has MAXHOSTNAMELEN in netdb.h. by Nicholas Marriott · 14 years ago
  3. 3743238 From Bob Beck: by Nicholas Marriott · 15 years ago
  4. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  5. 3c37b09 Sync OpenBSD patchset 636: by Tiago Cunha · 15 years ago
  6. 4d8d70a Sync OpenBSD patchset 598: by Tiago Cunha · 15 years ago
  7. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  8. 37b0bcd Sync OpenBSD patchset 226: by Tiago Cunha · 15 years ago
  9. 09c6432 Sync OpenBSD patchset 207: by Tiago Cunha · 15 years ago
  10. c30fbd1 When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  11. 21cfef4 When resizing a screen smaller in alternate screen mode, all the lines needed by Nicholas Marriott · 15 years ago
  12. e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  13. 8be8016 When the terminal size is reduced horizontally, don't truncate lines to the new by Nicholas Marriott · 15 years ago
  14. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  15. 9875be3 When reinitialising the screen, do not omit to clear the last line. by Nicholas Marriott · 15 years ago
  16. 32312e0 vis compat stuff. by Nicholas Marriott · 15 years ago
  17. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  18. 3ec8efc Fix a type mismatch warning in assignment. by Nicholas Marriott · 15 years ago
  19. e6e1b45 Change to match xterm's resizing behaviour, including pushing lines into the by Nicholas Marriott · 15 years ago
  20. 1b24538 Proper support for tab stops (\033H etc), using a bitstring(3). Makes another by Nicholas Marriott · 15 years ago
  21. 7597cb6 Pass window titles through vis(1). <0x20 is dropped anyway by the input state by Nicholas Marriott · 15 years ago
  22. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  23. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  24. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  25. 989d67c struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  26. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  27. 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
  28. 23e7da1 Clear correct range. by Nicholas Marriott · 16 years ago
  29. c2a5ffa Shut gcc up. by Nicholas Marriott · 16 years ago
  30. 9d6827e UINT_MAX. by Nicholas Marriott · 16 years ago
  31. 62457bc Trim. by Nicholas Marriott · 16 years ago
  32. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  33. f07cedf Rename some functions. by Nicholas Marriott · 16 years ago
  34. ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
  35. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  36. 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
  37. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  38. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  39. 815b217 These flags are off by default. by Nicholas Marriott · 16 years ago
  40. ee8a9d2 Handle kcursor+kkeypad (switch to OA from [A). by Nicholas Marriott · 16 years ago
  41. d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
  42. 99df48d Trimify. by Nicholas Marriott · 16 years ago
  43. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  44. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  45. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  46. e215e17 Filling with the right attr should be done in screen-display.c. by Nicholas Marriott · 17 years ago
  47. 21d10e6 Use the current attr/colours for filling in new areas, this fixes the echo \\033[35\;46m\\033[2J bug. by Nicholas Marriott · 17 years ago
  48. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  49. 8419e99 The tty code already stores attributes and doesn't modify them if unaltered, so the screen drawing code doesn't need to do so too. This probably also fixes bugs when switching screens where the actual tty attributes may not have been what the draw code (erroneously) expected. by Nicholas Marriott · 17 years ago
  50. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  51. 77386db Turn mouse on/off as appropriate. by Nicholas Marriott · 17 years ago
  52. c6384a7 Flush data on tty open. Also reset colour before clearing line/screen. by Nicholas Marriott · 17 years ago
  53. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  54. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  55. 1461056 This is better than disabling it. by Nicholas Marriott · 17 years ago
  56. f903cc9 Rv EOL optimisation, it screws up selection. by Nicholas Marriott · 17 years ago
  57. 89db56f Disable this optimisation since cursor can be updated by stuff outside. by Nicholas Marriott · 17 years ago
  58. 9a3dde0 Oops, use correct y. by Nicholas Marriott · 17 years ago
  59. 87b418b Redo output logging in local.c. Optimise line drawing. by Nicholas Marriott · 17 years ago
  60. 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
  61. b2d78b6 Use screen_draw_* to write message, avoids leaving attribute changes around. by Nicholas Marriott · 17 years ago
  62. 4cd1f86 Only show history size. by Nicholas Marriott · 17 years ago
  63. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  64. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
  65. 7b45569 Make C-space toggle. Fix sel on same line. by Nicholas Marriott · 17 years ago
  66. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
  67. 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago
  68. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  69. c64cf68 Cut memory consumption by only allocating lines when there is actually data on them, and only as much as the right-most data. Everything else is filled in at runtime. by Nicholas Marriott · 17 years ago
  70. 1e5cb8d Free entire screen when destroyed. by Nicholas Marriott · 17 years ago
  71. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  72. 24c3995 Redo screen.c functions to make them readable and more flexible. Make scroll mode only redraw waht it needs. by Nicholas Marriott · 17 years ago
  73. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  74. ef18b7d Move from the right place. by Nicholas Marriott · 17 years ago
  75. 08a0c5e Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalculated free. by Nicholas Marriott · 17 years ago
  76. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  77. 9b9ceac Damnit, wrong variable name.. by Nicholas Marriott · 17 years ago
  78. f53b917 Oops, mustn't forget this. by Nicholas Marriott · 17 years ago
  79. 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
  80. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  81. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  82. 1e252b9 Wrap lines properly. by Nicholas Marriott · 17 years ago
  83. f2b18ac Don't resize if sx AND sy haven't changed. Also tweak some logging, and reset attrs after clear. by Nicholas Marriott · 17 years ago
  84. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  85. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  86. 9d563c3 Destroy screens properly. by Nicholas Marriott · 17 years ago
  87. 34eb154 Grr missed one. by Nicholas Marriott · 17 years ago
  88. e30a347 Whoooops. lower not upper. by Nicholas Marriott · 17 years ago
  89. 32f1770 Dl/Il should follow scrolling region. by Nicholas Marriott · 17 years ago
  90. 3d6c324 Spc fix. by Nicholas Marriott · 17 years ago
  91. a777c06 Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These will be reqd for status line(s). by Nicholas Marriott · 17 years ago
  92. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  93. 1fefbb7 Pass through backspace for now. by Nicholas Marriott · 17 years ago
  94. 24b978a Don't resize unless size changed. by Nicholas Marriott · 17 years ago
  95. 48ab208 Tweak comment; use sizeof. by Nicholas Marriott · 17 years ago
  96. fc63750 Scrolling region. by Nicholas Marriott · 17 years ago
  97. 565ba00 Don't scroll screen until trying to write beyond limits. by Nicholas Marriott · 17 years ago
  98. b9de906 We use screen now, not ansi. by Nicholas Marriott · 17 years ago
  99. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  100. 98642e9 +. by Nicholas Marriott · 17 years ago