Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Paste highlighting doesn't restore 'default' highlighting properly



in zsh -f,
zle_highlight=(default:bg=blue paste:bold)
now, type a few characters in, position the character some distance
from the end, and paste something. If the pasted string is longer than
$#RBUFFER, the area to the right of the cursor after the paste is not
blue anymore. I'm guessing this is because the 'end bold' code
actually cancels colors too. Setting default:bold works fine though,
all the text is still bold after pasting.

-- 
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author