lite-xl/src
Guldoman fbb893c6b1
Fix `^` regex matching when using an offset
Before, if `offset > 1` was used, the match would have failed because 
the beginning of the string was never met.

Now we force the beginning of the string to be the one specified by the 
offset.
2022-03-03 22:09:48 +01:00
..
api Fix `^` regex matching when using an offset 2022-03-03 22:09:48 +01:00
bundle_open.m Takes kivutar's changes into account, cleaning things up slightly. 2021-12-15 20:31:24 -05:00
dirmonitor.c Report dmon modify events 2021-10-08 23:13:50 +02:00
dirmonitor.h Adopt new version of dmon 2021-10-08 21:55:43 +02:00
main.c Manual merge of into . 2021-11-23 15:57:22 -05:00
meson.build Manual merge of into . 2021-11-23 15:57:22 -05:00
rencache.c Fixing performance regression. Due to the way the hashes work, we must 0 out the whole thing. 2022-01-29 15:19:22 -05:00
rencache.h Added in support for font groupings. 2021-10-12 23:24:52 -04:00
renderer.c Fixed rendering computations for y offset. (#843) 2022-02-15 15:57:07 -05:00
renderer.h Support no antialiasing. 2021-11-22 18:13:43 -05:00
renwindow.c More accurate update rects / show window / present sequence 2021-05-06 09:00:36 +02:00
renwindow.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00