You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xterm-compatible terminals can generate sequences 27, 91, 73 for "focus gained" and 27, 91, 79 for "focus lost", enabled with escape sequence "\x1b[?1004h". It'd be nice to have these events generated by termbox.
The text was updated successfully, but these errors were encountered:
xterm-compatible terminals can generate sequences
27, 91, 73
for "focus gained" and27, 91, 79
for "focus lost", enabled with escape sequence"\x1b[?1004h"
. It'd be nice to have these events generated by termbox.The text was updated successfully, but these errors were encountered: