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-display.c
Commit message (
Expand
)
Author
Age
*
Internal screen data rewrite for better 256 colour/UTF-8 support.
Nicholas Marriott
2008-09-25
*
Initial UTF-8 support.
Nicholas Marriott
2008-09-09
*
Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...
Nicholas Marriott
2008-09-08
*
Initial 256 colour support, lightly tested.
Nicholas Marriott
2008-09-08
*
Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separa...
Nicholas Marriott
2008-07-24
*
Trimify.
Nicholas Marriott
2008-06-18
*
Revert attempt to fix stray updates, turns out it was clock :-/.
Nicholas Marriott
2008-06-04
*
vi keys from Will Maier.
Nicholas Marriott
2008-06-04
*
Filling with the right attr should be done in screen-display.c.
Nicholas Marriott
2007-12-06
*
Use the current attr/colours for filling in new areas, this fixes the echo \\...
Nicholas Marriott
2007-12-06
*
Screen debugging.
Nicholas Marriott
2007-12-06
*
Redraw buglets.
Nicholas Marriott
2007-12-06
*
Major reorganisation of screen handling.
Nicholas Marriott
2007-12-06
*
Code tidying.
Nicholas Marriott
2007-11-26
*
Shift history up by 10% at a time.
Nicholas Marriott
2007-11-26
*
Better fix, handle delete-last-line properly.
Nicholas Marriott
2007-11-24
*
Don't crash when deleting lines at the end, fixes irssi.
Nicholas Marriott
2007-11-24
*
Cut memory consumption by only allocating lines when there is actually data o...
Nicholas Marriott
2007-11-21
*
Free entire screen when destroyed.
Nicholas Marriott
2007-11-21
*
Horizontal history/scrolling.
Nicholas Marriott
2007-11-21
*
Initial history support.
Nicholas Marriott
2007-11-21
*
Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...
Nicholas Marriott
2007-11-20