aboutsummaryrefslogtreecommitdiff
path: root/plugins/smoothcaret.lua
AgeCommit message (Collapse)Author
2023-05-27carets-a-lot (#237)ThaCuber
* Update manifest.json * Add files via upload * Update manifest.json * fixed trail not actually changing color when "custom color" is turned off * added reason for for-loop around draw_char * made surrounding character display a setting, false by default * changed to common.lerp and fixed underline trail * fixed carets suddenly appearing after remaking them may be temporary * eval was not supposed to be updated * fixed trail appearing when scrolling this problem was in original motiontrail lol * `core.pop_clip_rect` doesn't have any parameters, dang it
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-24added config_spec and other plugin compatibility fixes.jgmdev
2022-05-22smoothcaret: fixed new line wrap issuejgmdev
2022-05-22Fix various plugins for linewrappingjgmdev
2022-05-22Appropriately merged config hashes.Adam Harrison
2022-05-22Bumping versions.Adam Harrison
2022-03-18Improve `smoothcaret` plugin (#46)Guldoman
- Add support for multiple carets - Avoid making the caret "jump" around on blink - Don't animate the caret during scroll - Consistently animate the caret on click
2021-10-27add smoothcaret.luatakase1121