Fix strfkey with focus events

master
Přemysl Eric Janouch 3 years ago
parent dd3f77a0aa
commit 8c4e867760
Signed by: p
GPG Key ID: A0420B94F92B9493

@ -1577,6 +1577,7 @@ termo_strfkey_generic (termo_t *tk, char *buffer, size_t len,
}
case TERMO_TYPE_FOCUS:
l = snprintf (buffer + pos, len - pos, "Focus(%d)", key->code.focused);
break;
case TERMO_TYPE_POSITION:
l = snprintf (buffer + pos, len - pos, "Position");
break;

Loading…
Cancel
Save