cpjreynolds / rustty

A terminal UI library
https://docs.rs/rustty
MIT License
152 stars 14 forks source link

Escape sequence handling #46

Closed gridbugs closed 7 years ago

gridbugs commented 8 years ago

This adds supports escape sequences including arrow keys, page up, page down, home and end, and should make it easy to add additional escape sequences. The main difficulty was the terminal not being in keypad transmit mode which was messing up arrow key escape sequences.

You mentioned you also planned to work on this, so apologies if this conflicts with something you were already working on.

gridbugs commented 8 years ago

Would you rather I change this PR to be against the overhaul branch rather than master?

cpjreynolds commented 7 years ago

Hey I'm really sorry I've dropped the ball on maintaining this library, life really gets in the way sometimes! I'm going to close this due to the master branch being farther ahead now, and I've got a new overhaul branch that I'm finally (after 2 years) getting back to work on that will have this functionality. Thank you!