expose cursor_trail options

This commit is contained in:
Rick Choi
2024-10-13 21:10:20 +09:00
parent 5c5a3c32cf
commit 2bd008f8ca
9 changed files with 80 additions and 6 deletions

View File

@@ -46,6 +46,9 @@ typedef struct {
CursorShape cursor_shape, cursor_shape_unfocused;
float cursor_beam_thickness;
float cursor_underline_thickness;
bool enable_cursor_trail;
float cursor_trail_decay_fast;
float cursor_trail_decay_slow;
unsigned int url_style;
unsigned int scrollback_pager_history_size;
bool scrollback_fill_enlarged_window;