lite-xl/data
Guldoman 2571e17d1b Fix `core.redraw` when window is not focused (#1601)
* Execute at least one step when window has no focus

This way if `core.redraw` is set, it's respected.

* Fully run threads at least once when window has no focus

This allows threads that set `core.redraw` (like `projectsearch`) to 
continue running even after the window loses focus.

"Fully" here means that `run_threads` has gone through *all* the "timed 
out" coroutines at least once.
2023-12-26 13:16:33 +00:00
..
colors style: move default colors to its own style file 2022-06-02 19:20:54 -04:00
core Fix `core.redraw` when window is not focused (#1601) 2023-12-26 13:16:33 +00:00
fonts draw lite-xl icon in TitleView (#1143) 2022-10-10 11:05:30 -04:00
plugins Fix `dirmonitor` sorting issues (#1599) 2023-12-26 13:16:33 +00:00