remove all uses of NCSTYLE_STANDOUT

pull/1911/head
nick black 3 years ago
parent 55f8614391
commit 840ed1a3d8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -27,11 +27,11 @@ int main(void){
fflush(stdout);
int ret = 0;
ret |= ncdirect_set_fg_rgb(n, 0xff8080);
ret |= ncdirect_on_styles(n, NCSTYLE_STANDOUT);
ret |= ncdirect_on_styles(n, NCSTYLE_BOLD);
printf(" erp erp \n");
ret |= ncdirect_set_fg_rgb(n, 0x80ff80);
printf(" erp erp \n");
ret |= ncdirect_off_styles(n, NCSTYLE_STANDOUT);
ret |= ncdirect_off_styles(n, NCSTYLE_BOLD);
printf(" erp erp \n");
ret |= ncdirect_set_fg_rgb(n, 0xff8080);
printf(" erp erp \n");

Loading…
Cancel
Save