Closed panicbit closed 9 years ago
The use of InputMode::Mouse
currently still suffers from #32, but the API is correct this way.
Comments on nsf/termbox#55 seem to suggest that we might want to have InputMode::EscMouse
and InputMode::AltMouse
instead of InputMode::Mouse
(so do not merge yet).
This reverts commit 5ec96ae12c94a122ef7c170722f265e00aa26aa2.
Using bitflags is not required