Skip to content

Surround the ANSI Escape Codes with the readline escape sequence

Kyle Rosenberg requested to merge kylerosenberg/build-meta:readline-fix into main

This prevents the ANSI Escape Codes from being considered in the length of the prompt string.

https://unix.stackexchange.com/questions/486789/input-from-readline-owerwrites-the-prompt

Merge request reports