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) ManoloFLTK Nov 27, 2021  
 

Adding
tty->wrap_mode(Fl_Simple_Terminal::WRAP_NONE, 0);
after line #2069 of file test/tree.cxx (after it was generated by fluid),
has the slowness disappear.

Thus, the slowness seems connected to computations that support line wrapping
repeated each time a line is written to the terminal. And, this gives at least a
temporary fix for the issue.

Still, it's very strange that the same Simple-Terminal code is fast under 1.3,
since wrap support is presumably the same as in 1.4.


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'.