pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

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

Open Oscar65 opened 6 years ago

Oscar65 commented 6 years ago

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