Grow text mode properly during pastes.

This commit is contained in:
2026-08-31 13:00:14 +01:00
parent 569b69263a
commit 25f4d8efa8
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct TextMode {
TextMode(BEd &);
std::pair<vase::Shard *, bool> run();
void grow(size_t required_height);
void grow();
void redraw();
};
} // namespace bed::internal::ui