mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
load up ESCAPE_OC #1525
This commit is contained in:
parent
1b15de9532
commit
2df95f7e25
@ -221,13 +221,14 @@ int interrogate_terminfo(tinfo* ti, int fd, const char* termname,
|
||||
{ ESCAPE_INITC, "initc", },
|
||||
{ ESCAPE_GETM, "getm", },
|
||||
{ ESCAPE_SMKX, "smkx", },
|
||||
{ ESCAPE_RMKX, "rmkx", },
|
||||
{ ESCAPE_SMXX, "smxx", },
|
||||
{ ESCAPE_RMXX, "rmxx", },
|
||||
{ ESCAPE_SC, "sc", },
|
||||
{ ESCAPE_RC, "rc", },
|
||||
{ ESCAPE_CLEAR, "clear", },
|
||||
{ ESCAPE_HOME, "home", },
|
||||
{ ESCAPE_OC, "oc", },
|
||||
{ ESCAPE_RMKX, "rmkx", },
|
||||
{ ESCAPE_MAX, NULL, },
|
||||
};
|
||||
size_t tablelen = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user