-
-
Notifications
You must be signed in to change notification settings - Fork 10
Not enough space in warning popup to fit full file name #4661
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
Comments
* (path_trunc): improve: constify and rename the 2nd argument, add possibility to return non-truncated path by passing -1 as truncation width, update Doxygen comment. Signed-off-by: Andrew Borodin <[email protected]>
* (path_trunc): improve: constify and rename the 2nd argument, add possibility to return non-truncated path by passing -1 as truncation width, update Doxygen comment. Signed-off-by: Andrew Borodin <[email protected]>
The changes in the branch associated with this issue are ready for review. |
@aborodin my problem is that when you set labels, I don't get an email, so there is no way to learn about it other than checking some filters every day like issues that move to However, I hope to have finally found a new solution that works. You can set the labels however you like. When you set the label, GitHub will automatically comment on the issue, so an email will be sent. Forget about the |
The changes in the branch associated with this issue have been approved. |
My understanding is that the new behavior is that the filenames are only truncated to terminal width (or not truncated at all). I think this is a good solution. Thank you very much! |
Got it. |
* (path_trunc): improve: constify and rename the 2nd argument. Add possibility to return non-truncated path by passing a negative value as truncation width. Update Doxygen comment. Signed-off-by: Andrew Borodin <[email protected]>
If approved state is still actual I propose to merge this branch and then change a message box layout in #4692. |
Is there an existing issue for this?
Midnight Commander version
Operating system
Is this issue reproducible using the latest version of Midnight Commander?
Current behavior
What file cannot be replaced? 🤨
Expected behavior
I would expect either the popup window be bigger, perhaps proportional to modern terminal size. Or the file name should be scrolling in the current tiny window so that it can be discovered.
Additional context
No response
The text was updated successfully, but these errors were encountered: