fix(tui): increase history buffer to 60 so sparkline fills completely
This commit is contained in:
@@ -211,8 +211,8 @@ func (m Model) dynamicWidths() (nameW, sparkW int) {
|
||||
if sparkW < 10 {
|
||||
sparkW = 10
|
||||
}
|
||||
if sparkW > 40 {
|
||||
sparkW = 40
|
||||
if sparkW > 60 {
|
||||
sparkW = 60
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user