lnav
lnav copied to clipboard
Command prompt highlighting does not work right with horizontal scrolling
The command prompt highlighting is done by reading the string from the ncurses buffer, so it only works on what is displayed. If the line being entered is longer than the display, then the highlighting can be incorrect.