1. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  2. 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
  3. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  4. e215e17 Filling with the right attr should be done in screen-display.c. by Nicholas Marriott · 17 years ago
  5. 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
  6. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  7. 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
  8. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  9. 77386db Turn mouse on/off as appropriate. by Nicholas Marriott · 17 years ago
  10. c6384a7 Flush data on tty open. Also reset colour before clearing line/screen. by Nicholas Marriott · 17 years ago
  11. 80e30f6 Minor tweaks/missed bits. by Nicholas Marriott · 17 years ago
  12. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  13. 1461056 This is better than disabling it. by Nicholas Marriott · 17 years ago
  14. f903cc9 Rv EOL optimisation, it screws up selection. by Nicholas Marriott · 17 years ago
  15. 89db56f Disable this optimisation since cursor can be updated by stuff outside. by Nicholas Marriott · 17 years ago
  16. 9a3dde0 Oops, use correct y. by Nicholas Marriott · 17 years ago
  17. 87b418b Redo output logging in local.c. Optimise line drawing. by Nicholas Marriott · 17 years ago
  18. 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
  19. b2d78b6 Use screen_draw_* to write message, avoids leaving attribute changes around. by Nicholas Marriott · 17 years ago
  20. 4cd1f86 Only show history size. by Nicholas Marriott · 17 years ago
  21. 9c58443 history-limit option. by Nicholas Marriott · 17 years ago
  22. 26c8303 Tidier code by moving mess into functions. by Nicholas Marriott · 17 years ago
  23. 7b45569 Make C-space toggle. Fix sel on same line. by Nicholas Marriott · 17 years ago
  24. 7ab0b46 Text selection with C-space. by Nicholas Marriott · 17 years ago
  25. 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
  26. df7be0d Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode. by Nicholas Marriott · 17 years ago
  27. 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
  28. 1e5cb8d Free entire screen when destroyed. by Nicholas Marriott · 17 years ago
  29. d0984b8 Sort out cursors with a new flag - BACKGROUND - for window modes. Free text on more exit. by Nicholas Marriott · 17 years ago
  30. 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
  31. d5edaf9 Horizontal history/scrolling. by Nicholas Marriott · 17 years ago
  32. ef18b7d Move from the right place. by Nicholas Marriott · 17 years ago
  33. 08a0c5e Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalculated free. by Nicholas Marriott · 17 years ago
  34. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  35. 9b9ceac Damnit, wrong variable name.. by Nicholas Marriott · 17 years ago
  36. f53b917 Oops, mustn't forget this. by Nicholas Marriott · 17 years ago
  37. 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
  38. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  39. 514d6fa Accept colours as strings. by Nicholas Marriott · 17 years ago
  40. 1e252b9 Wrap lines properly. by Nicholas Marriott · 17 years ago
  41. 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
  42. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  43. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  44. 9d563c3 Destroy screens properly. by Nicholas Marriott · 17 years ago
  45. 34eb154 Grr missed one. by Nicholas Marriott · 17 years ago
  46. e30a347 Whoooops. lower not upper. by Nicholas Marriott · 17 years ago
  47. 32f1770 Dl/Il should follow scrolling region. by Nicholas Marriott · 17 years ago
  48. 3d6c324 Spc fix. by Nicholas Marriott · 17 years ago
  49. 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
  50. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  51. 1fefbb7 Pass through backspace for now. by Nicholas Marriott · 17 years ago
  52. 24b978a Don't resize unless size changed. by Nicholas Marriott · 17 years ago
  53. 48ab208 Tweak comment; use sizeof. by Nicholas Marriott · 17 years ago
  54. fc63750 Scrolling region. by Nicholas Marriott · 17 years ago
  55. 565ba00 Don't scroll screen until trying to write beyond limits. by Nicholas Marriott · 17 years ago
  56. b9de906 We use screen now, not ansi. by Nicholas Marriott · 17 years ago
  57. 73d7b70 Update to be more readable and hopefully lose memory problems. by Nicholas Marriott · 17 years ago
  58. 98642e9 +. by Nicholas Marriott · 17 years ago
  59. 4b62b1d Sync with fdm. by Nicholas Marriott · 17 years ago
  60. a3bfe20 Some code tidying, use macros in a few more places. by Nicholas Marriott · 17 years ago
  61. a41ece5 Initial import to CVS. Basic functions are working, albeit with a couple of showstopper memory bugs and many missing features. Detaching, reattaching, creating new sessions, listing sessions work acceptably for using with shells. Simple curses programs (top, systat, tetris) and more complicated ones (mutt, emacs) that don't require scrolling regions (ESC[r) mostly work fine (including mutt, emacs). No status bar yet and no key remapping or other customisation. by Nicholas Marriott · 17 years ago