Bill Currie
|
45acbddb79
|
[qwaq] Make DrawBuffer and TextContext sizes available
|
2020-03-13 03:09:42 +09:00 |
|
Bill Currie
|
1d3c8d8a6c
|
[qwaq] Sort out mess around placement of getwrect
|
2020-03-13 03:09:42 +09:00 |
|
Bill Currie
|
d0f21ec2b4
|
[qwaq] Add -refresh to TextContext
This does the right thing in the presence of panels and dealing with
stdscr.
|
2020-03-13 03:09:42 +09:00 |
|
Bill Currie
|
3defe50be6
|
[qwaq] Add printf builtin to ease debugging
|
2020-03-13 02:41:08 +09:00 |
|
Bill Currie
|
7f9a415cbc
|
[qwaq] Get DrawBuffer and TextContext working
Especially blitting whole regions. Partial regions not tested yet.
|
2020-03-13 02:36:53 +09:00 |
|
Bill Currie
|
b3850bbc69
|
[qwaq] Implement blitting from draw buffer to text
Sending the data out to curses.
|
2020-03-10 19:23:51 +09:00 |
|
Bill Currie
|
f91fb4f840
|
[qwaq] Add an mvwblit_line builtin
I had to do my own thing with curses as the function I had planned to
use turned out to be quite different from what I wanted (misread the man
page).
|
2020-03-10 18:21:06 +09:00 |
|
Bill Currie
|
b8b74fc074
|
[qwaq] Implement missing addch
I either forgot about it, or just didn't need it at the time, but I'm
sure it will be useful later when more stuff is implemented.
|
2020-03-06 17:57:33 +09:00 |
|
Bill Currie
|
bea64838cc
|
[qwaq] Use new TextContext
Not quite right yet, but it worked first try (once I got another
compiler bug sorted).
|
2020-03-06 17:38:27 +09:00 |
|
Bill Currie
|
ba9c43d2d3
|
[qwaq] Create a TextContext class
It is essentially just a wrapper around the window versions of ncurses
functions.
|
2020-03-06 13:54:46 +09:00 |
|