On Thu, 23 Oct 2008 15:41:40 +0000 "corvid" <corvid@lavabit.com> wrote:
In fltk/src/TextEditor.cxx, you could try replacing the kf_backspace with:
int TextEditor::kf_backspace(int, TextEditor* e) { int oldpos = e->insert_position(); if (!e->buffer()->selected() && e->move_left()) e->buffer()->select(e->insert_position(), oldpos); kill_selection(e); e->show_insert_position(); e->maybe_do_callback(); return 1; }
Looks like their kf_delete is broken as well...
Seems to work now. Maybe you should send them a patch?
Tomas wrote:
X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.0; i486-pc-linux-gnu)
Just noticed this. Is claws able to make much use of dillo2? Jorge put in a special-case workaround for "dillo -l -f -x XID URL" right before release, but I don't know whether anyone's using it (or if any claws users even know it's there)
With claws I use Gtkhtml2Viewer ( http://www.claws-mail.org/plugin.php?plugin=gtkhtml2 ) -- Brain: an apparatus with which we think we think. - A. Bierce