dirgb PoC: throw in some italics

This commit is contained in:
nick black 2020-08-16 17:56:55 -04:00
parent 03cff6b7fd
commit 26ea0b3785
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -106,6 +106,7 @@ int main(void){
ncdirect_stop(nc);
return EXIT_FAILURE;
}
ncdirect_styles_on(nc, NCSTYLE_ITALIC);
printf("dank\n");
if(ncdirect_stop(nc)){
return EXIT_FAILURE;