KazDragon / terminalpp

A C++ library for interacting with ANSI terminal windows.
MIT License
75 stars 10 forks source link

Interpret modifier keys for control sequences #279

Closed KazDragon closed 3 years ago

KazDragon commented 3 years ago

Keypad controls already handle ctrl/shift/alt.

However, this is not extended to control sequences (i.e. cursor keys, home, end, pgup, pgdn, etc.).