mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
parent
7fc38d8fdd
commit
0e1617811f
@ -198,6 +198,11 @@ eagles(struct notcurses* nc){
|
||||
|
||||
// motherfucking eagles!
|
||||
int eagle_demo(struct notcurses* nc){
|
||||
// FIXME we ought be able to run this in ASCII mode, but we need fix up
|
||||
// ncvisual_geom() to accept ncvisual_options #697
|
||||
if(!notcurses_canutf8(nc)){
|
||||
return 0;
|
||||
}
|
||||
struct ncplane* zncp = NULL;
|
||||
int err;
|
||||
if(notcurses_canopen_images(nc)){
|
||||
|
Loading…
Reference in New Issue
Block a user