mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
If VT100 support is not available then a given implementation of mp_hal_erase_line_from_cursor might need to know the number of characters to erase. This patch does not change generated code when VT100 is supported, since compiler can optimise away the argument.