fix rgbbg PoC for scrolling era

This commit is contained in:
nick black 2020-04-08 05:48:51 -04:00
parent c2a645e9af
commit a54cc6c85f

View File

@ -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;
}