eagle: require UTF8 for now #697 #696

This commit is contained in:
nick black 2020-06-09 04:45:00 -04:00
parent 7fc38d8fdd
commit 0e1617811f
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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)){