Skip to content

Commit

Permalink
[automaton] match old XTerm via DA2 #2252
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Oct 10, 2021
1 parent f5ec140 commit 4b89bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/in.c
Expand Up @@ -1133,6 +1133,8 @@ tcap_cb(inputctx* ictx){
ictx->initdata->qterm = TERMINAL_MLTERM;
}else if(strcasecmp(tn, "787465726d2d6b69747479") == 0){
ictx->initdata->qterm = TERMINAL_KITTY;
}else if(strcasecmp(tn, "787465726D2D323536636F6C6F72") == 0){
ictx->initdata->qterm = TERMINAL_XTERM; // "xterm-256color"
}else{
logdebug("unknown terminal name %s\n", tn);
}
Expand Down

0 comments on commit 4b89bf2

Please sign in to comment.