@@ -147,12 +147,6 @@ tConfigurationNumericOption OptionsTable [] = {
147
147
{" output_font_height" , 12 , O (m_font_height), 1 , 1000 , OPT_UPDATE_VIEWS | OPT_UPDATE_OUTPUT_FONT},
148
148
{" output_font_weight" , FW_DONTCARE, O (m_font_weight), 0 , 1000 , OPT_UPDATE_VIEWS | OPT_UPDATE_OUTPUT_FONT},
149
149
{" output_font_charset" , DEFAULT_CHARSET, O (m_font_charset), 0 , 65536 , OPT_UPDATE_VIEWS | OPT_UPDATE_OUTPUT_FONT},
150
- {" output_line_preamble_input_text_colour" , RGB (255 , 255 , 255 ), O (m_OutputLinePreambleInputTextColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
151
- {" output_line_preamble_notes_text_colour" , RGB (255 , 255 , 255 ), O (m_OutputLinePreambleNotesTextColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
152
- {" output_line_preamble_output_text_colour" , RGB (255 , 255 , 255 ), O (m_OutputLinePreambleOutputTextColour),0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
153
- {" output_line_preamble_input_back_colour" , RGB (0 , 0 , 0 ), O (m_OutputLinePreambleInputBackColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
154
- {" output_line_preamble_notes_back_colour" , RGB (0 , 0 , 0 ), O (m_OutputLinePreambleNotesBackColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
155
- {" output_line_preamble_output_back_colour" , RGB (0 , 0 , 0 ), O (m_OutputLinePreambleOutputBackColour),0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
156
150
{" paste_commented_softcode" , false , O (m_bPasteCommentedSoftcode)},
157
151
{" paste_delay" , 0 , O (m_nPasteDelay), 0 , 100000 },
158
152
{" paste_delay_per_lines" , 1 , O (m_nPasteDelayPerLines), 1 , 100000 },
@@ -185,6 +179,12 @@ tConfigurationNumericOption OptionsTable [] = {
185
179
{" start_paused" , false , O (m_bStartPaused)},
186
180
{" tab_completion_lines" , 200 , O (m_iTabCompletionLines), 1 , 500000 },
187
181
{" tab_completion_space" , false , O (m_bTabCompletionSpace)},
182
+ {" timestamp_input_text_colour" , RGB (128 , 0 , 0 ), O (m_OutputLinePreambleInputTextColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
183
+ {" timestamp_notes_text_colour" , RGB (0 , 0 , 255 ), O (m_OutputLinePreambleNotesTextColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
184
+ {" timestamp_output_text_colour" , RGB (255 , 255 , 255 ), O (m_OutputLinePreambleOutputTextColour),0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
185
+ {" timestamp_input_back_colour" , RGB (0 , 0 , 0 ), O (m_OutputLinePreambleInputBackColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
186
+ {" timestamp_notes_back_colour" , RGB (0 , 0 , 0 ), O (m_OutputLinePreambleNotesBackColour), 0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
187
+ {" timestamp_output_back_colour" , RGB (0 , 0 , 0 ), O (m_OutputLinePreambleOutputBackColour),0 , 0xFFFFFF , OPT_RGB_COLOUR | OPT_UPDATE_VIEWS},
188
188
{" translate_backslash_sequences" , false , O (m_bTranslateBackslashSequences)},
189
189
{" translate_german" , false , O (m_bTranslateGerman)},
190
190
{" underline_hyperlinks" , true , O (m_bUnderlineHyperlinks), 0 , 0 , OPT_SERVER_CAN_WRITE},
@@ -258,9 +258,6 @@ tConfigurationAlphaOption AlphaOptionsTable [] =
258
258
{" on_world_lose_focus" , " " , A (m_strWorldLoseFocus)},
259
259
{" on_world_open" , " " , A (m_strWorldOpen)},
260
260
{" output_font_name" , " FixedSys" , A (m_font_name), OPT_UPDATE_OUTPUT_FONT},
261
- {" output_line_preamble_input" , " " , A (m_strOutputLinePreambleInput), OPT_KEEP_SPACES},
262
- {" output_line_preamble_notes" , " " , A (m_strOutputLinePreambleNotes), OPT_KEEP_SPACES},
263
- {" output_line_preamble_output" , " " , A (m_strOutputLinePreambleOutput), OPT_KEEP_SPACES},
264
261
{" password" , " " , A (m_password), OPT_PASSWORD | OPT_PLUGIN_CANNOT_RW},
265
262
{" paste_line_postamble" , " " , A (m_pasteline_postamble), OPT_KEEP_SPACES},
266
263
{" paste_line_preamble" , " " , A (m_pasteline_preamble), OPT_KEEP_SPACES},
@@ -286,6 +283,9 @@ tConfigurationAlphaOption AlphaOptionsTable [] =
286
283
{" speed_walk_prefix" , " #" , A (m_speed_walk_prefix), OPT_KEEP_SPACES},
287
284
{" tab_completion_defaults" , " " , A (m_strTabCompletionDefaults), OPT_MULTLINE},
288
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},
289
289
{NULL } // end of table marker
290
290
};
291
291
0 commit comments