This commit is contained in:
Kovid Goyal
2018-09-30 08:41:52 +05:30
15 changed files with 315 additions and 52 deletions

View File

@@ -19,6 +19,7 @@ typedef struct {
unsigned int open_url_modifiers;
unsigned int rectangle_select_modifiers;
unsigned int url_style;
unsigned int scrollback_pager_history_size;
char_type select_by_word_characters[256]; size_t select_by_word_characters_count;
color_type url_color, background, active_border_color, inactive_border_color, bell_border_color;
double repaint_delay, input_delay;