lite-xl/data
Guldoman 74fcd19ac2
fix(autoreload): wait a second before automatically reloading a file (#1823)
This is needed because we use `mtime` to determine if a file has actually changed, but on most systems this has a resolution of 1 second (and we truncate it to an integer anyways).

Without this wait, we would skip reloading a file that has been changed multiple times in the same `mtime` second, thus losing some data.
2024-06-23 10:01:50 +08:00
..
colors style: move default colors to its own style file 2022-06-02 19:20:54 -04:00
core move window creation and management to Lua (#1751) 2024-06-22 15:01:39 -04:00
fonts draw lite-xl icon in TitleView (#1143) 2022-10-10 11:05:30 -04:00
plugins fix(autoreload): wait a second before automatically reloading a file (#1823) 2024-06-23 10:01:50 +08:00