Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r-darwish committed Nov 21, 2021
1 parent e38f6bb commit 678c230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions option.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ func WithCursorPosition(position cursorPosition) Option {
switch position {
case CursorPositionTop:
o.beginAtTop = true
case CursorPositionBottom:
o.beginAtTop = false
}
}
}
Expand Down

0 comments on commit 678c230

Please sign in to comment.