We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9068bac commit e9d712fCopy full SHA for e9d712f
scriptingoptions.cpp
@@ -283,9 +283,9 @@ tConfigurationAlphaOption AlphaOptionsTable [] =
283
{"speed_walk_prefix", "#", A(m_speed_walk_prefix), OPT_KEEP_SPACES},
284
{"tab_completion_defaults", "", A(m_strTabCompletionDefaults), OPT_MULTLINE},
285
{"terminal_identification", "mushclient", A(m_strTerminalIdentification)},
286
-{"timestamp_input", "", A(m_strOutputLinePreambleInput), OPT_KEEP_SPACES},
287
-{"timestamp_notes", "", A(m_strOutputLinePreambleNotes), OPT_KEEP_SPACES},
288
-{"timestamp_output", "", A(m_strOutputLinePreambleOutput), OPT_KEEP_SPACES},
+{"timestamp_input", "", A(m_strOutputLinePreambleInput), OPT_KEEP_SPACES | OPT_UPDATE_VIEWS},
+{"timestamp_notes", "", A(m_strOutputLinePreambleNotes), OPT_KEEP_SPACES | OPT_UPDATE_VIEWS},
+{"timestamp_output", "", A(m_strOutputLinePreambleOutput), OPT_KEEP_SPACES | OPT_UPDATE_VIEWS},
289
{NULL} // end of table marker
290
};
291
0 commit comments