Skip to content

Commit

Permalink
docs(cellbuf): remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jan 17, 2025
1 parent 00d8aad commit 0b99240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cellbuf/screen.go
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,6 @@ func (s *Screen) render() {

// Do we need text cursor mode?
if !s.opts.ShowCursor != s.cursorHidden {
// OPTIM: We only hide the cursor if we have queued non-zero width text.
s.cursorHidden = !s.opts.ShowCursor
if s.cursorHidden {
s.buf.WriteString(ansi.HideCursor)
Expand Down

0 comments on commit 0b99240

Please sign in to comment.