lite-xl/src/api
Francesco Abbate 3109263c5d Call dmon_unwatch when changing project
Fix a conspicuous omission to call the dmon_unwatch function
when changing project directory.

This uncovered a bug or a quirk of the dmon library where the watch_ids
can change as a result of calling dmon_unwatch because they are just
indexes on a contiguous array. Use a workaround to always unwatch the
first valid watch_id N times.
2021-12-20 14:42:48 +01:00
..
api.c Merge reproc changes from dev. 2021-06-18 14:19:09 -04:00
api.h refactor process.c 2021-07-15 18:01:24 -04:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
process.c Merged dev to master. 2021-07-20 14:39:50 -04:00
regex.c Show error message when `pcre2_match` fails 2021-10-11 22:20:44 +02:00
renderer.c Fix dirty pixels problem on window's right side 2021-10-10 14:52:55 +02:00
renderer_font.c Add a C API copy method for font_desc objects 2021-06-21 11:18:52 +02:00
system.c Call dmon_unwatch when changing project 2021-12-20 14:42:48 +01:00