forked from Mirrors/bubbletea
Fix nonsensical comment
This commit is contained in:
parent
5ccb786eec
commit
3aba272a10
|
@ -68,8 +68,8 @@ func (r *renderer) flush() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// We haven an opportunity here to limit the rendering to the terminal width
|
// We have an opportunity here to limit the rendering to the terminal width
|
||||||
// and height to the width of the terminal, but this would mean a few things:
|
// and height, but this would mean a few things:
|
||||||
//
|
//
|
||||||
// 1) We'd need to maintain the terminal dimensions internally and listen
|
// 1) We'd need to maintain the terminal dimensions internally and listen
|
||||||
// for window size changes.
|
// for window size changes.
|
||||||
|
|
Loading…
Reference in New Issue