mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
optionally show conversation
This commit is contained in:
@@ -42,6 +42,8 @@ impl ScrollableDiff {
|
||||
self.wrapped.clear();
|
||||
self.wrapped_src_idx.clear();
|
||||
self.state.content_h = 0;
|
||||
// Force rewrap on next set_width even if width is unchanged
|
||||
self.wrap_cols = None;
|
||||
}
|
||||
|
||||
/// Set the wrap width. If changed, rebuild wrapped lines and clamp scroll.
|
||||
|
||||
Reference in New Issue
Block a user