mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
iTerm2: fix up XTVERSION lexing #1944
This commit is contained in:
parent
d31363193e
commit
7b4d3b9af3
@ -888,7 +888,7 @@ stash_string(query_state* inits){
|
||||
{ .prefix = "foot(", .suffix = ')', .term = TERMINAL_FOOT, },
|
||||
{ .prefix = "mlterm(", .suffix = ')', .term = TERMINAL_MLTERM, },
|
||||
{ .prefix = "tmux ", .suffix = 0, .term = TERMINAL_TMUX, },
|
||||
{ .prefix = "iTerm2 [", .suffix = ']', .term = TERMINAL_ITERM, },
|
||||
{ .prefix = "iTerm2 ", .suffix = 0, .term = TERMINAL_ITERM, },
|
||||
{ .prefix = NULL, .suffix = 0, .term = TERMINAL_UNKNOWN, },
|
||||
}, *xtv;
|
||||
for(xtv = xtvers ; xtv->prefix ; ++xtv){
|
||||
|
Loading…
x
Reference in New Issue
Block a user