index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
screen.c
Commit message (
Expand
)
Author
Age
*
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 display...
Nicholas Marriott
2007-11-20
*
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 reset...
Nicholas Marriott
2007-10-04
*
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 wi...
Nicholas Marriott
2007-09-29
*
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 s...
Nicholas Marriott
2007-07-09