On Wed, 21 Nov 2007 13:48:26 +0100, Rafał Mużyło <galtgendo o2 pl> wrote:
First, I appologize: I missed the post stating that editor is not working. I decided to check slang, too. New issue: a strange crash (screen type independant) I searched for 'enable-charset' in mc sources. Several results were found. I chose one and pressed F3. mc ran out of memory and was killed by the system. And configuration dialog displays fine with slang. _______________________________________________ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel
View built cache incorrectly, when view->data_area.width was set to zero. This was not a problem until view_load tried to set start position (need cache) before first call of view_compute_areas (set view->data_area.width). I have solved it and I have added additional call of view_compute_areas into view_load, too (it is not necessary, but it is better).
patches will be updated in hour or two.