1. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  2. fb543c7 Use ACS for line drawing characters. by Nicholas Marriott · 15 years ago
  3. dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
  4. 4748534 Only redraw screen when not hidden. Heh. by Nicholas Marriott · 16 years ago
  5. 15362ef Don't need to refresh layout here. Also don't redraw over status line. by Nicholas Marriott · 16 years ago
  6. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  7. 6c27f1c Draw vertical line on the right when window size is limited. by Nicholas Marriott · 16 years ago
  8. 587bade Clear using ED when redrawing the screen. I foolishly assumed using spaces by Nicholas Marriott · 16 years ago
  9. f6001f9 Whoops. Didn't mean to commit this yet. by Nicholas Marriott · 16 years ago
  10. b97264b Update TODO. by Nicholas Marriott · 16 years ago
  11. 5b7e882 Don't redraw status if it has already been redrawed as part of entire screen. by Nicholas Marriott · 16 years ago
  12. e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
  13. 959eeef FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted. by Nicholas Marriott · 16 years ago
  14. 03d531e Move sx,sy into tty rather than client. by Nicholas Marriott · 16 years ago
  15. 514fe11 We are going to need the updated screen data for emulating the scroll region, by Nicholas Marriott · 16 years ago
  16. e444b0b Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take by Nicholas Marriott · 16 years ago
  17. 2afa8eb Fix various silly problems with status line off. by Nicholas Marriott · 16 years ago
  18. e9bb939 Update. by Nicholas Marriott · 16 years ago
  19. b4ac8c1 Multiple window splitting. by Nicholas Marriott · 16 years ago
  20. 7cd3cf0 Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. by Nicholas Marriott · 16 years ago
  21. 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
  22. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  23. 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
  24. 62457bc Trim. by Nicholas Marriott · 16 years ago
  25. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  26. 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
  27. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  28. f0bc951 Unused variable. by Nicholas Marriott · 16 years ago
  29. 55d5b83 Informational messages on window option changes. by Nicholas Marriott · 16 years ago
  30. 0591d9f I'm an idiot - it is start,len not start,end. Unbreak. by Nicholas Marriott · 16 years ago
  31. 0f40347 New window options: force-width and force-height. This will force a window to by Nicholas Marriott · 16 years ago
  32. 62d7ad2 Clear blank area properly on redraw, and add a marker line below it. by Nicholas Marriott · 16 years ago
  33. 205b78e Some key tweaks, fix status bar to not rely on attr. by Nicholas Marriott · 17 years ago
  34. b8e616f This was wrong... by Nicholas Marriott · 17 years ago
  35. e7f68a0 Write status across entire line. by Nicholas Marriott · 17 years ago
  36. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago