FLTK logo

Re: [fltk/fltk] test/tree: hitting 'select all' hangs the application (Issue #300)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] test/tree: hitting 'select all' hangs the application (Issue #300) erco77 Nov 27, 2021  
 

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.

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.