nsf / termbox

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

KeyCtrlArrow<Up/Down/Left/Right> support #120

Closed lobocv closed 5 years ago

lobocv commented 5 years ago

I've noticed there are no constants for Ctrl + any of the arrow keys. Is it possible to add them or was there a reason they were left out?

lobocv commented 5 years ago

Sorry. I meant to post this on the termbox-go page, then I saw this issue with the answer: https://github.com/nsf/termbox-go/issues/60