Hilbish/readline/raw
TorchedSammy 5a2e3e4700
chore: bring readline in repo for easier maintenance
2022-03-13 13:48:49 -04:00
..
LICENSE chore: bring readline in repo for easier maintenance 2022-03-13 13:48:49 -04:00
README.md chore: bring readline in repo for easier maintenance 2022-03-13 13:48:49 -04:00
main.go chore: bring readline in repo for easier maintenance 2022-03-13 13:48:49 -04:00

README.md

raw

This command exists here purely as a lazy feature for me to scan key presses for their corresponding escape codes. It is a useful dev tool for rationalizing what is happening in the different terminal emulators (since documentation regarding what escape codes they send can often be non-existent and some of the more exotic key combinations or modern keyboard functions can have multiple published standards.

This package is not imported by readline and is not required as part of readline