nsf / termbox

Library for writing text-based user interfaces
http://code.google.com/p/termbox
MIT License
1.96k stars 185 forks source link

Feature request: enable and generate focus gained/lost events #105

Open osa1 opened 7 years ago

osa1 commented 7 years ago

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.