Skip to content

Commit e9d712f

Browse files
committed
Redraw output window the moment timestamps are changed
1 parent 9068bac commit e9d712f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptingoptions.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ tConfigurationAlphaOption AlphaOptionsTable [] =
283283
{"speed_walk_prefix", "#", A(m_speed_walk_prefix), OPT_KEEP_SPACES},
284284
{"tab_completion_defaults", "", A(m_strTabCompletionDefaults), OPT_MULTLINE},
285285
{"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},
286+
{"timestamp_input", "", A(m_strOutputLinePreambleInput), OPT_KEEP_SPACES | OPT_UPDATE_VIEWS},
287+
{"timestamp_notes", "", A(m_strOutputLinePreambleNotes), OPT_KEEP_SPACES | OPT_UPDATE_VIEWS},
288+
{"timestamp_output", "", A(m_strOutputLinePreambleOutput), OPT_KEEP_SPACES | OPT_UPDATE_VIEWS},
289289
{NULL} // end of table marker
290290
};
291291

0 commit comments

Comments
 (0)