aboutsummaryrefslogtreecommitdiff
path: root/plugins/custom_caret.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
2023-01-19custom caret: use colorpicker widgetjgmdev
2022-11-27custom_caret: better handle of default caret colorjgmdev
2022-11-27[Plugin] Add Custom Caret Plugin (#162)Techie Guy