12345678910111213141516171819202122232425262728293031 |
- #ifndef _SHELLMATTA_ESCAPE_H_
- #define _SHELLMATTA_ESCAPE_H_
- #include "shellmatta.h"
- #include <stdint.h>
- shellmatta_retCode_t escape_processArrowKeys(shellmatta_instance_t *inst);
- void escape_handleSequence(shellmatta_instance_t *inst, char data);
- #endif
|