npat-efault / picocom

Minimal dumb-terminal emulation program
GNU General Public License v2.0
644 stars 126 forks source link

Add "lower" and "upper" mapping #144

Open SvOlli opened 1 year ago

SvOlli commented 1 year ago

Some old computers expect only uppercase letters as input. So mapping all lowercase ASCII characters to uppercase is a very welcome feature. If the opposite is as useful is ambiguous, but is still implemented for symmetry reasons.

wsakernel commented 3 months ago

Yes, why not. Merged this to my master branch and added documentation to the manpage. You can check it out here: https://gitlab.com/wsakernel/picocom