pop-os / cosmic-term

WIP COSMIC terminal emulator
GNU General Public License v3.0
313 stars 41 forks source link

Changing text size causes cosmic-term to freeze/lag #227

Open tobyrg opened 3 weeks ago

tobyrg commented 3 weeks ago

Using the shortcuts or manually changing the text size cosmic-term will hang/freeze/lag for a second.

GrownPlanet commented 3 weeks ago

This seems to happen every time App::update_config is called. this are some results of my rather primitive testing:

App::update_config took 0 ms // happened at start-up
// happens when I zoom in/ out, change font size or font, ...
App::update_config took 2 ms
App::update_config took 11 ms
App::update_config took 5 ms
App::update_config took 5 ms
App::update_config took 12 ms
App::update_config took 5 ms
App::update_config took 4 ms

edit: the most delay happens when looping over the tabs to set the config, so it gets worse for every extra tab