mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
dragon: reset static done flag, erp
This commit is contained in:
parent
068b1c952a
commit
ee73df3059
@ -43,6 +43,7 @@ dragonmayer(struct ncvisual* ncv, const char* str, int iters){
|
||||
}
|
||||
|
||||
int dragon_demo(struct notcurses* nc){
|
||||
done = false;
|
||||
int dimy, dimx;
|
||||
struct ncplane* n = notcurses_stddim_yx(nc, &dimy, &dimx);
|
||||
// we use a Lindenmayer string rewriting system. the classic dragon curve
|
||||
|
Loading…
Reference in New Issue
Block a user