How I can avoid using the function cursor_next_line_move

Hi, 

I implement the CLI on my nRF52820 and I see in function cursor_next_line_move in file nrf_cli.c they use "\n" but for my project I don't want to pass in cursor_next_line_move. I don't want to modify the SDK. Have you an idea how I can do to avoid cursor_next_line_move ?

Thank you,

Téo

Related