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 |
|