mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
fix rgbbg PoC for scrolling era
This commit is contained in:
parent
c2a645e9af
commit
a54cc6c85f
@ -28,6 +28,9 @@ int main(void){
|
||||
if(ncplane_set_bg_rgb(n, r, g, b)){
|
||||
goto err;
|
||||
}
|
||||
if(ncplane_cursor_move_yx(n, y, x)){
|
||||
goto err;
|
||||
}
|
||||
if(ncplane_putsimple(n, 'x') <= 0){
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user