mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Remove commented code
This commit is contained in:
parent
2688a8c4a6
commit
4849e0489d
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ func stashView(m stashModel) string {
|
|||
|
||||
// We need to fill any empty height with newlines so the footer reaches
|
||||
// the bottom.
|
||||
//numBlankLines := max(0, (m.terminalHeight-stashViewTopPadding-stashViewBottomPadding)%stashViewItemHeight)
|
||||
numBlankLines := max(0, (m.terminalHeight-stashViewTopPadding-stashViewBottomPadding)-stashViewHeight)
|
||||
blankLines := ""
|
||||
if numBlankLines > 0 {
|
||||
|
|
Loading…
Reference in a new issue