mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04: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…
x
Reference in New Issue
Block a user