Yikes, yeah, this is actually a problem in Fl_Simple_Terminal.
I modified examples/simple-terminal.cxx to just print 300 dots and a crlf every second, e.g.
for ( int t=0; t<300; t++ ) G_tty->printf(".");
G_tty->printf("\n");
..and that's causing really large delays in e.g. resizing and such.
This doesn't seem to be xft specific; even rebuilding FLTK with --disable-xft still causes severe slowness.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.