Skip to content
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

Bug hangs pressing F3 next time with filenames longer than 136 chars #30

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Oscar65
Copy link
Contributor

@Oscar65 Oscar65 commented Sep 7, 2018

Now writes before of filename, file position and file size at status line because if filename is long,
user cannot view file position and file size
fix clean filename at end of line after load with F3 when filename reach end of line
fix input long filename (longer than 136 chars) with F3 for next time. It repeats long filename until bottom screen and hangs.
Only works CTRL+C. I think that is a bug in ncurses. My work around is to print the long filename (if is longer than 136 chars),
but you can't edit it. You can load it pressing the RETURN key

Now writes before of filename, file position and file size at status line because if filename is long,
user cannot view file position and file size
fix clean filename at end of line after load with F3 when filename reach end of line
fix input long filename (longer than 136 chars) with F3 for next time. It repeats long filename until bottom screen and hangs.
Only works CTRL+C. I think that is a bug in ncurses. My work around is to print the long filename (if is longer than 136 chars),
but you can't edit it. You can load it pressing the RETURN key
…-file-name-long

Updated conflicts in Changes and hexedit.h files.
Updated interact.c file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant