Skip to content

Commit

Permalink
fix(lint): godox linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Mar 11, 2025
1 parent 61bc663 commit 0153aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tty_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ func (p *Program) initInput() (err error) {
return fmt.Errorf("error setting console mode: %w", err)
}

//nolint:godox // TODO: check if we can optimize cursor movements on Windows.
//nolint:godox
// TODO: check if we can optimize cursor movements on Windows.
p.checkOptimizedMovements(p.previousOutputState)
}

Expand Down

0 comments on commit 0153aab

Please sign in to comment.