1. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  2. 7d6896a Support NEL. by Nicholas Marriott · 15 years ago
  3. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  4. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  5. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  6. 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
  7. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  8. 4ebb85a Don't return NULL when retrieving a string that is too long. by Nicholas Marriott · 16 years ago
  9. 4846ad1 Introduce nitems() and use it; use bsearch. by Nicholas Marriott · 16 years ago
  10. 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
  11. d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
  12. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  13. 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
  14. cf092dc This breaks mutt. by Nicholas Marriott · 16 years ago
  15. 25975cf Alternative charset commands. by Nicholas Marriott · 16 years ago
  16. 185f729 Better OSC support for title setting, and support APC as well. by Nicholas Marriott · 16 years ago
  17. 22ef1a1 SGR should not reset charset... don't know how this worked before... by Nicholas Marriott · 16 years ago
  18. 93aa3f3 Make RIS also reset scroll region. by Nicholas Marriott · 16 years ago
  19. 62457bc Trim. by Nicholas Marriott · 16 years ago
  20. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  21. 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
  22. 1e145a6 Unbreak 256 colours when commands are combined. by Nicholas Marriott · 16 years ago
  23. 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
  24. cecd7c0 Comments. by Nicholas Marriott · 16 years ago
  25. 0ba3bab Get the colours right. by Nicholas Marriott · 16 years ago
  26. 4235ddb Initial 256 colour support, lightly tested. by Nicholas Marriott · 16 years ago
  27. 3337dfc Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/. by Nicholas Marriott · 16 years ago
  28. 9721277 Support keypad. Change cursor key output. by Nicholas Marriott · 16 years ago
  29. 83a9f27 Missing NULL check. by Nicholas Marriott · 16 years ago
  30. 7842d29 Revert attempt to fix stray updates, turns out it was clock :-/. by Nicholas Marriott · 16 years ago
  31. 39be570 vi keys from Will Maier. by Nicholas Marriott · 16 years ago
  32. 14b9512 Add activity monitoring, also invert items on taskbar which have activity. 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. 08d7be6 Fix charset stuff. by Nicholas Marriott · 17 years ago
  35. 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
  36. 3962c5f Change window name on \ek...\e\. by Nicholas Marriott · 17 years ago
  37. 043514a Preliminary mouse support. by Nicholas Marriott · 17 years ago
  38. f47ab8f Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. by Nicholas Marriott · 17 years ago
  39. 43c99c2 Clear current line properly on clear eos. by Nicholas Marriott · 17 years ago
  40. 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
  41. 15511cb Support for VT100 graphics mode. Also lose some redundant checks. by Nicholas Marriott · 17 years ago
  42. 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
  43. a010936 Inc region in debug msg. by Nicholas Marriott · 17 years ago
  44. 2cdc75f Fix clear. by Nicholas Marriott · 17 years ago
  45. 9a6e47c Initial history support. by Nicholas Marriott · 17 years ago
  46. 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
  47. 0be6a30 Style: ry_* -> r* by Nicholas Marriott · 17 years ago
  48. 86b73ce Check for scrolling when _cursor_ is inside region, not number of lines. Duh. by Nicholas Marriott · 17 years ago
  49. 5940c5f Support tab. by Nicholas Marriott · 17 years ago
  50. ab097f0 Don't save/restore ry_*. by Nicholas Marriott · 17 years ago
  51. 4df168c Use local var and pull screen out of ictx. by Nicholas Marriott · 17 years ago
  52. ebeb142 Handle DSR for resize(1). by Nicholas Marriott · 17 years ago
  53. e215878 Save restore attr. by Nicholas Marriott · 17 years ago
  54. 5c2d7b2 Don't send zero-length when we have a \0. by Nicholas Marriott · 17 years ago
  55. de24fbb Add a bell-action option. by Nicholas Marriott · 17 years ago
  56. ffa8dcc Handle \r\n at EOL properly. by Nicholas Marriott · 17 years ago
  57. efa3e13 Simplify input.c - lose class table and use macros. by Nicholas Marriott · 17 years ago
  58. 1e252b9 Wrap lines properly. by Nicholas Marriott · 17 years ago
  59. 1f9a8e7 Incomplete resize support. by Nicholas Marriott · 17 years ago
  60. 9bb907f Move command handling into the server and tidy up some bits. by Nicholas Marriott · 17 years ago
  61. 7ccdbf3 Sprinkle some const. by Nicholas Marriott · 17 years ago
  62. ef91aac Add profiling. Also some trivial optimisations to skip memcpying. by Nicholas Marriott · 17 years ago
  63. 843779a Restore window title handling. by Nicholas Marriott · 17 years ago
  64. 872696f Pass attributes around as flags rather than as a list of escape codes. by Nicholas Marriott · 17 years ago
  65. 532757f Don't move cursor when filling screen. by Nicholas Marriott · 17 years ago
  66. 32f1770 Dl/Il should follow scrolling region. by Nicholas Marriott · 17 years ago
  67. e6424bc Fix scrolling region checks. by Nicholas Marriott · 17 years ago
  68. 1e316cf Lose intermediate handling (unused). Change argument parsing to work properly over multiple buffers by saving a copy of the argument (we can't just save off/len since the buffer may vanish at any point). by Nicholas Marriott · 17 years ago
  69. 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
  70. 14e9f73 debug2 not debug. by Nicholas Marriott · 17 years ago
  71. 0bbe838 Window flags, currently only bell. by Nicholas Marriott · 17 years ago
  72. 102e4b3 Sort headers. by Nicholas Marriott · 17 years ago
  73. aafee17 New input parser via state machine. by Nicholas Marriott · 17 years ago
  74. 1fefbb7 Pass through backspace for now. by Nicholas Marriott · 17 years ago
  75. fc63750 Scrolling region. by Nicholas Marriott · 17 years ago
  76. 635edfa Don't accept zero titles. by Nicholas Marriott · 17 years ago
  77. 272ad1e Tweak logging. by Nicholas Marriott · 17 years ago
  78. 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