mirror of https://github.com/Hilbis/Hilbish
10 lines
501 B
Markdown
10 lines
501 B
Markdown
|
# 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`
|