@@ -72,6 +72,7 @@ tConfigurationNumericOption OptionsTable [] = {
72
72
{" ctrl_n_goes_to_next_command" , false , O (m_bCtrlNGoesToNextCommand)},
73
73
{" ctrl_p_goes_to_previous_command" , false , O (m_bCtrlPGoesToPreviousCommand)},
74
74
{" ctrl_z_goes_to_end_of_buffer" , false , O (m_bCtrlZGoesToEndOfBuffer)},
75
+ {" ctrl_backspace_deletes_last_word" , false , O (m_bCtrlBackspaceDeletesLastWord)},
75
76
{" custom_16_is_default_colour" , false , O (m_bCustom16isDefaultColour), 0 , 0 , OPT_UPDATE_VIEWS},
76
77
77
78
{" default_trigger_send_to" , eSendToWorld, O (m_iDefaultTriggerSendTo), eSendToWorld, eSendToLast - 1 },
@@ -112,9 +113,9 @@ tConfigurationNumericOption OptionsTable [] = {
112
113
{" enable_triggers" , true , O (m_enable_triggers)},
113
114
{" enable_trigger_sounds" , true , O (m_enable_trigger_sounds)},
114
115
{" escape_deletes_input" , false , O (m_bEscapeDeletesInput)},
115
- {" fade_output_buffer_after_seconds" , 0 , O (m_iFadeOutputBufferAfterSeconds), 5 , 3600 }, // seconds to wait before fading
116
- {" fade_output_opacity_percent" , 20 , O (m_FadeOutputOpacityPercent), 0 , 100 }, // percent to fade to
117
- {" fade_output_seconds" , 8 , O (m_FadeOutputSeconds), 1 , 60 }, // how many seconds to take to fade
116
+ {" fade_output_buffer_after_seconds" , 0 , O (m_iFadeOutputBufferAfterSeconds), 5 , 3600 , OPT_UPDATE_VIEWS }, // seconds to wait before fading
117
+ {" fade_output_opacity_percent" , 20 , O (m_FadeOutputOpacityPercent), 0 , 100 , OPT_UPDATE_VIEWS }, // percent to fade to
118
+ {" fade_output_seconds" , 8 , O (m_FadeOutputSeconds), 1 , 60 , OPT_UPDATE_VIEWS }, // how many seconds to take to fade
118
119
{" flash_taskbar_icon" , false , O (m_bFlashIcon)},
119
120
{" history_lines" , 1000 , O (m_nHistoryLines), 20 , 5000 },
120
121
{" hyperlink_adds_to_command_history" , true , O (m_bHyperlinkAddsToCommandHistory)},
0 commit comments