[PATCH] Prevent jumping beyond file end in the viewer

2006-12-19 Thread andrzej zaborowski
Hi, in the hex viewer the GoTo (F5) command allows you to jump beyond end of file and even to view or edit data there. This is because the address given by user is not checked for correctness anywhere. Eventually, in src/view.c:view_file_load_data, the address is passed to lseek() whose return va

Re: bugs, patches, stuff

2006-02-03 Thread andrzej zaborowski
Hi, On 24/01/06, Pavel Tsekov <[EMAIL PROTECTED]> wrote: > I plan to change the current state of affairs now that I have cvs access. In > [..] Some time ago I posted to the list, this patch for looping through the hotlisted directories: http://mail.gnome.org/archives/mc-devel/2005-May/msg3.ht

Long filenames

2005-08-17 Thread andrzej zaborowski
|) between each four columns sometimes change their colour depending on where the cursor is. Greetings, Andrzej Zaborowski -- balrog 2oo5 mc-filename-truncation.patch Description: Binary data ___ Mc-devel mailing list http://mail.gnome.org/mailman/l

directory hotlist detail

2005-05-06 Thread andrzej zaborowski
Hi, I once needed a shortcut key for cycling through the hotlisted directories easily and so I added a command for this and I attached it under CTRL+L (I first wanted it under CTLR + ' (apostrophe) but I couldn't figure it out (that is without changing keys.c/.h, which I would surely break)). If an