ErriezSerialTerminal icon indicating copy to clipboard operation
ErriezSerialTerminal copied to clipboard

Add up down arrow key command

Open EMHacker-alt opened this issue 4 years ago • 1 comments

It will be nice to add up down arrow key command for convenience, just like linux bash command. Thanks

EMHacker-alt avatar Jul 25 '21 04:07 EMHacker-alt

Thanks for feature request. I'm happy to accept a PR.

Remember that this library is designed to work on MCU's with small flash and RAM footprints, so it should not break (my) existing projects. For example by optimizing the feature away when history is not used. The number of history commands should be configurable depending on available RAM.

Erriez avatar Jul 26 '21 15:07 Erriez