Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
5771113be972a695fe63dc3d2212b64d9bd20087
/
screen-redraw.c
3ed5aa3
Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c.
by Nicholas Marriott
· 16 years ago
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
62457bc
Trim.
by Nicholas Marriott
· 16 years ago
efe5573
Internal screen data rewrite for better 256 colour/UTF-8 support.
by Nicholas Marriott
· 16 years ago
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
4235ddb
Initial 256 colour support, lightly tested.
by Nicholas Marriott
· 16 years ago
f0bc951
Unused variable.
by Nicholas Marriott
· 16 years ago
55d5b83
Informational messages on window option changes.
by Nicholas Marriott
· 16 years ago
0591d9f
I'm an idiot - it is start,len not start,end. Unbreak.
by Nicholas Marriott
· 16 years ago
0f40347
New window options: force-width and force-height. This will force a window to
by Nicholas Marriott
· 16 years ago
62d7ad2
Clear blank area properly on redraw, and add a marker line below it.
by Nicholas Marriott
· 16 years ago
205b78e
Some key tweaks, fix status bar to not rely on attr.
by Nicholas Marriott
· 17 years ago
b8e616f
This was wrong...
by Nicholas Marriott
· 17 years ago
e7f68a0
Write status across entire line.
by Nicholas Marriott
· 17 years ago
103748d
Major reorganisation of screen handling.
by Nicholas Marriott
· 17 years ago