esp-idf/components/console/linenoise
Sudeep Mohanty bc11b9183b fix(console): Fixed linenoise prompt length calculation
This commit fixes a potential issue where in the prompt length used
for the linenoise based console could be calculated as a negative
integer, leading to a console hang.

Closes https://github.com/espressif/esp-idf/issues/4924
2024-01-17 09:43:01 +01:00
..
LICENSE add console component and example 2017-08-21 15:58:27 +08:00
linenoise.c fix(console): Fixed linenoise prompt length calculation 2024-01-17 09:43:01 +01:00
linenoise.h console: re-use the available REPL console API and improve linenoise 2021-07-15 11:37:11 +08:00