mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
Tweak request_user_input answer styling
This commit is contained in:
@@ -1832,15 +1832,15 @@ impl HistoryCell for RequestUserInputResultCell {
|
||||
width,
|
||||
" answer: ".dim(),
|
||||
" ".dim(),
|
||||
Style::default().fg(Color::Green),
|
||||
Style::default(),
|
||||
));
|
||||
}
|
||||
if let Some(note) = note {
|
||||
lines.extend(wrap_with_prefix(
|
||||
¬e,
|
||||
width,
|
||||
" note: ".dim(),
|
||||
" ".dim(),
|
||||
" answer: ".dim(),
|
||||
" ".dim(),
|
||||
Style::default().add_modifier(Modifier::DIM),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user