lite-xl/src/api
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.c Removed font renderer. 2021-09-24 11:22:39 -04:00
api.h Replace Reproc (#535) 2021-12-11 15:25:35 -05:00
process.c Merge pull request #828 from adamharrison/signal-processes 2022-02-11 12:01:53 -05:00
regex.c Fix `^` regex matching when using an offset 2022-03-03 22:09:48 +01:00
renderer.c fix FontGroup __gc method 2021-12-24 15:04:52 +08:00
system.c Implemented system.get_process_id() 2022-02-03 22:20:42 -04:00