Commit Graph

7 Commits

Author SHA1 Message Date
9902be0a48 feature: follow the file and show always the end when new data comes 2025-03-24 19:20:49 +01:00
61132d242f fix: graphemes are not correctly highlighted
Graphemes don't all have the same width, not even when you use a monospace font.
For latin characters it usually works find to assume the same width. But emojis,
japanese or chinese characters have have different width. There are even some
ultra wide characters like 𒐫 or ﷽. There is also a thing
called 'half-width' character. E.g. the japanese 'a' can be ア or ア.

Fixed by actually computing the width of graphemes and using pixel.
2025-03-24 17:49:27 +01:00
1e44790437 move remove unused icons from binary distribution 2022-12-21 10:37:04 +01:00
27dbc9085d cleanup 2022-08-26 19:24:16 +02:00
297f67b9b5 add time diff plugin 2022-03-12 09:28:38 +01:00
6c9d5663e8 move files into a package structure 2022-02-06 16:21:25 +01:00
0e27cb2b26 add the first plugins 2021-11-26 18:19:57 +01:00