[terminfo] on windows init failure, print panic diagnostic

pull/2250/head
nick black 3 years ago
parent 685422dbab
commit bee03d5b60
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -753,6 +753,7 @@ int interrogate_terminfo(tinfo* ti, const char* termtype, FILE* out, unsigned ut
logwarn("termtype (%s) ignored on windows\n", termtype);
}
if(prepare_windows_terminal(ti, &tablelen, &tableused)){
logpanic("failed opening Windows ConPTY\n");
return -1;
}
if(cursor_y && cursor_x){

Loading…
Cancel
Save