Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Text selection with C-space. | Nicholas Marriott | 2007-11-22 | |
| | ||||
* | Partial copy mode. Currently does the same as scroll mode but using a ↵ | Nicholas Marriott | 2007-11-22 | |
| | | | | cursor. Also fix bug where resizing would leave crap lying around. | |||
* | Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for ↵ | Nicholas Marriott | 2007-11-22 | |
| | | | | copy mode. | |||
* | Cut memory consumption by only allocating lines when there is actually data ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | on them, and only as much as the right-most data. Everything else is filled in at runtime. | |||
* | Free entire screen when destroyed. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Sort out cursors with a new flag - BACKGROUND - for window modes. Free text ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | on more exit. | |||
* | Redo screen.c functions to make them readable and more flexible. Make scroll ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | mode only redraw waht it needs. | |||
* | Horizontal history/scrolling. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Move from the right place. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Use screen_* versions to avoid range checks (s->dy may be wrong), fix ↵ | Nicholas Marriott | 2007-11-21 | |
| | | | | miscalculated free. | |||
* | Initial history support. | Nicholas Marriott | 2007-11-21 | |
| | ||||
* | Damnit, wrong variable name.. | Nicholas Marriott | 2007-11-20 | |
| | ||||
* | Oops, mustn't forget this. | Nicholas Marriott | 2007-11-20 | |
| | ||||
* | Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from ↵ | Nicholas Marriott | 2007-11-20 | |
| | | | | 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. | |||
* | Style: ry_* -> r* | Nicholas Marriott | 2007-11-20 | |
| | ||||
* | Accept colours as strings. | Nicholas Marriott | 2007-10-12 | |
| | ||||
* | Wrap lines properly. | Nicholas Marriott | 2007-10-05 | |
| | ||||
* | Don't resize if sx AND sy haven't changed. Also tweak some logging, and ↵ | Nicholas Marriott | 2007-10-04 | |
| | | | | reset attrs after clear. | |||
* | Incomplete resize support. | Nicholas Marriott | 2007-10-04 | |
| | ||||
* | Pass attributes around as flags rather than as a list of escape codes. | Nicholas Marriott | 2007-10-01 | |
| | ||||
* | Destroy screens properly. | Nicholas Marriott | 2007-10-01 | |
| | ||||
* | Grr missed one. | Nicholas Marriott | 2007-09-29 | |
| | ||||
* | Whoooops. lower not upper. | Nicholas Marriott | 2007-09-29 | |
| | ||||
* | Dl/Il should follow scrolling region. | Nicholas Marriott | 2007-09-29 | |
| | ||||
* | Spc fix. | Nicholas Marriott | 2007-09-29 | |
| | ||||
* | Nuke CLEAR_SCREEN/ENDOFSCREEN and assert scroll region when drawing. These ↵ | Nicholas Marriott | 2007-09-29 | |
| | | | | will be reqd for status line(s). | |||
* | New input parser via state machine. | Nicholas Marriott | 2007-09-28 | |
| | ||||
* | Pass through backspace for now. | Nicholas Marriott | 2007-09-21 | |
| | ||||
* | Don't resize unless size changed. | Nicholas Marriott | 2007-09-21 | |
| | ||||
* | Tweak comment; use sizeof. | Nicholas Marriott | 2007-08-28 | |
| | ||||
* | Scrolling region. | Nicholas Marriott | 2007-08-28 | |
| | ||||
* | Don't scroll screen until trying to write beyond limits. | Nicholas Marriott | 2007-08-27 | |
| | ||||
* | We use screen now, not ansi. | Nicholas Marriott | 2007-08-27 | |
| | ||||
* | Update to be more readable and hopefully lose memory problems. | Nicholas Marriott | 2007-08-27 | |
| | ||||
* | +. | Nicholas Marriott | 2007-08-27 | |
| | ||||
* | Sync with fdm. | Nicholas Marriott | 2007-07-25 | |
| | ||||
* | Some code tidying, use macros in a few more places. | Nicholas Marriott | 2007-07-10 | |
| | ||||
* | Initial import to CVS. Basic functions are working, albeit with a couple of ↵ | Nicholas Marriott | 2007-07-09 | |
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. |