-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple location references when maximizing #753
Comments
+1, I'm seeing this as well. The 'current location line' is the prompt (as defined by the PROMPT environment variable), but not sure why resizing the window causes the prompt to be displayed multiple times. |
Sometimes, it seems to duplicate twice rather than three times. |
+1 |
IIRC this is because there is no history for conemu to use on first use, so it duplicates the prompt based on how you resize. If you run some commands and try this again, you'll notice it'll use your history rather than repeating the prompt. |
This has been fixed in clink 0.4.6, which is already part of cmder. |
Running latest development branch: when I fullscreen (either by dragging titlebar to top of screen, using win+up kb shortcut, or clicking the maximize button) the current location line is duplicated 3 times or so. When minimizing, only one extra copy of the current location is added.
Before maximizing:
After maximizing:
The text was updated successfully, but these errors were encountered: