You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clink is injected in a Console emulator (like ConEmu or Console2) and prompt contains a newline (for example do 'prompt $P$_$G') and the Console is resized, clink partially reprints prompt.
Resizing is a little bit flakey altogether actually, both a combination how Windows' console behaves differently from VT100-like consoles that Readline's designed for, and because of a few bugs in Readline.
I occasionally put some time into getting resizing perfect, but hadn't consider the case of a multi-line prompt. Thanks for bringing that to my attention.
When clink is injected in a Console emulator (like ConEmu or Console2) and prompt contains a newline (for example do 'prompt $P$_$G') and the Console is resized, clink partially reprints prompt.
See here for screenshots:
http://superuser.com/questions/978140/why-is-my-prompt-reprint-on-horizontal-conemu-resize
EDIT: Using clink 0.4.5
The text was updated successfully, but these errors were encountered: