On Thu, Aug 15, 2002 at 05:19:31PM +0200, Philippe Ney wrote:
> Hi Micah,
>
> I currently try to dive deep in the textbox widget source code ...
Sorry I haven't been working on that much this week, I've been in Canada.
>
> I had the same segfault as with the textedit widget when trying to eras
Hi Micah,
I currently try to dive deep in the textbox widget source code ...
I had the same segfault as with the textedit widget when trying to erase
the last remaining char...
The following little change correct the segfault
pgserver/gcore/paragraph.c in line 591
'if (meta)' become 'if (ch &&
I think this is a bug in the scrolling code. I've recently come across
the same thing with X-Chat's new PicoGUI frontend. Right now i thought
i'd give the X11 rootless mode a bit of effort, but after that i'm
going to be working hard on the textbox and scrolling issues. Web
browser here we com
Hi Micah,
I know that textbox is a new widget and maybe this one isn't already in a full stable
state.
I tried to use it (for its wrapping property) and note a problem with position
(re-)calculation that you can reproduce with the attached files.
# gdb ./pgserver
(gdb) run -m 500x300x8
with t