mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
gradients PoC: add lower block for completeness #921
This commit is contained in:
parent
086571ff4b
commit
4745c3596d
@ -36,6 +36,12 @@ gradStriations(struct notcurses* nc){
|
||||
if(notcurses_render(nc)){
|
||||
return -1;
|
||||
}
|
||||
if(ncplane_gradient(stdn, "▄", NCSTYLE_NONE, ul, ur, ll, lr, dimy - 1, dimx - 1) <= 0){
|
||||
return -1;
|
||||
}
|
||||
if(notcurses_render(nc)){
|
||||
return -1;
|
||||
}
|
||||
sleep(3);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user