On Thu, Sep 04, 2003 at 02:31:24PM +0200, Lars Gullik Bj?nnes wrote: > Perhaps it won't work in all cases... but inseate of placing the > cursor at row->end when doing "End" you place it at row->end - 1. > there should in normal cases be a "space" at end of row, just place > the cursor in front of that.
there's never a space at the end of the row, except with hard newlines, where the cursor already looks OK. You'd have to place the cursor at the *end* of the previous row, but : a) we seem to have code for that already (getCursorX) b) that still leaves broken cases (I forget right now and I need sleep) regards john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.
