microrl-remaster icon indicating copy to clipboard operation
microrl-remaster copied to clipboard

Micro Read Line library for small and embedded devices [REMASTER]

Results 3 microrl-remaster issues
Sort by recently updated
recently updated
newest added

I think it would be very useful to have a more generic option to act on any control signal. For me, I have it set so that can catch ^W...

History navigation resets the command line content, even if the history is empty or `cursor DOWN` key is pressed when the command is typing

При использовании USB CDC функция вывода работает криво , сообщение выводятся рваные нужно использовать в таком виде int print(microrl_t* mrl, const char* str) { MICRORL_UNUSED(mrl); uint32_t i = 0; CDC_Transmit_FS((unsigned...