We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1afb26b + 4c99f0e commit c85222dCopy full SHA for c85222d
1 file changed
CRT.c
@@ -1142,6 +1142,11 @@ static bool terminalSupportsDefinedKeys(const char* termType) {
1142
return true;
1143
}
1144
break;
1145
+ case 'f':
1146
+ if (String_eq(termType, "foot")) {
1147
+ return true;
1148
+ }
1149
+ break;
1150
case 's':
1151
if (termType[1] == 't' && IS_END_OR_DASH(termType[2])) {
1152
0 commit comments