Prevent penultimate column's formatting from overflowing on last column's text
Some checks failed
CI / lint (push) Has been cancelled
CI / Build and test (, 1.73.0) (push) Has been cancelled
CI / Build and test (, beta) (push) Has been cancelled
CI / Build and test (, nightly) (push) Has been cancelled

This commit is contained in:
2023-12-03 09:28:57 +01:00
parent 8faf0d1902
commit ecbf745106

View File

@ -222,7 +222,7 @@ impl Component for Buflist {
Rect {
x,
y,
width: if allow_overflow {
width: if allow_overflow && y as usize > buffers.len() % (area.height as usize) {
area.width
} else {
column_width