lite-xl/data
Francesco Abbate 70412b520b Fix cursor blinking problem
The problem was that when the editor had no events the cursor was not
blinking because the event loop was blocking on wait_event.

Now we no longer calls wait_event without a timeout if the windows has
the focus. When the window has the focus the timeout is set to 1 / fps
so that the cursor can blinks.

In addition we react to the "focus lost" event to ensure the documents
are redrawn without the cursor.
2020-11-21 16:36:32 +01:00
..
core Fix cursor blinking problem 2020-11-21 16:36:32 +01:00
fonts Changed mapping of collapsed/expanded icons on icon font 2020-03-25 23:36:56 +00:00
plugins Add a warning when disable auto-complete due to too many symbols 2020-11-17 12:34:46 +01:00
user Changed summer color theme's caret color 2020-05-29 17:19:27 +01:00