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

Re: Screen refresh problem with completion messages



On May 7, 12:33pm, Sven Wischnowsky wrote:
} Subject: Re: Screen refresh problem with completion messages
}
} This is yet another manifestation of the first bug in the BUGS file.
} 
} At least for the non-complist code, it actually prints all characters
} and then outputs a CLEAREOL which removes the last character again.

What about simply emitting space-backspace when the cursor reaches the
COLUMNS-th character?  That might have some ramifications in zle, but
it should be completely harmless in complist.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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