lite-xl/src
Francesco Abbate c97fa9a3a6 Fix bug with wrong hashing of rencache commands
The command in rencache.c (Command struct + variable length text) was
incorrectly sized. As a result some bites at the end of the command payload
were uninitialized and was causing hash to randomly change forcing the
system to redraw many more areas.

Since the text of the command for DRAW_TEXT commands is written beginning
at the offset of the text field we compute the bare size of the command as
offsetof(Command, text) instead of sizeof(Command).
2021-04-20 21:54:05 +02:00
..
api Remove no longer used system.show_confirm_dialog 2021-04-06 07:12:33 +02:00
bundle_open.m Fix missing header for macos 2021-04-19 01:18:52 -07:00
main.c Remove bundle_open.h file 2021-04-19 09:52:00 +02:00
meson.build Testing functions to open files from bundle 2021-04-18 17:08:35 +02:00
rencache.c Fix bug with wrong hashing of rencache commands 2021-04-20 21:54:05 +02:00
rencache.h Implement unicode character replacements 2021-04-01 18:05:59 +02:00
renderer.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
renderer.h Implement unicode character replacements 2021-04-01 18:05:59 +02:00