diff --git a/src/command.c b/src/command.c index ef2272389..3029630a0 100644 --- a/src/command.c +++ b/src/command.c @@ -311,7 +311,7 @@ command_new (int y, int x, int cols) const input_colors_t command_colors = { DEFAULT_COLOR, - DEFAULT_COLOR, + COMMAND_MARK_COLOR, DEFAULT_COLOR, COMMAND_HISTORY_COLOR };