ThomasHabets / cmdg

Command line Gmail client
Other
202 stars 22 forks source link

Handle multibyte input keys #60

Closed ThomasHabets closed 5 years ago

ThomasHabets commented 5 years ago

Arrow keys, for example, are IIRC three bytes starting with ESC.

This will require the input interface to stop sending just plain bytes.