Re: mc-2006-07-12-22 bug report

2006-07-17 Thread Pavel Roskin
On Sat, 2006-07-15 at 09:14 +0200, enrico wrote: > 0x080be9e0 in vfs_s_generate_entry (me=0x81043c0, name=0x81b69f0 "WA", > parent=0x0, mode=493) at direntry.c:179 ││ > 179 inode = vfs_s_new_inode (me, parent->super, st); See "FIXME: check if vfs_s_find_inode returns NULL" i

Re: [RFE] right-side scrollbar for mcedit

2006-07-17 Thread Jindrich Novy
Hi mc-devel, looking more into widget.c I see that listbox_drawscroll(WListbox *l) is used for drawing scrollbars. I see it's rather single purpose function expecting that only listboxes should have scrollbars. Would you object to add a function like this: void vscrollbar (Widget widget, int heig

[RFE] right-side scrollbar for mcedit

2006-07-17 Thread Jindrich Novy
Hi mc-devel, I want to ask you for your opinion about one feature I would like to see in mcedit. I miss a vertical scrollbar on the right side of the mcedit to let me guess in which part of the file I actually am. It's not like we don't have this information at all as we can see the position preci