Skip to content

Commit

Permalink
fix(textarea): doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ayman Bagabas <[email protected]>
  • Loading branch information
meowgorithm and aymanbagabas authored Jan 28, 2025
1 parent f12acc3 commit cd8dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textarea/textarea.go
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ func Blink() tea.Msg {
//
// // In your top-level View function:
// f := tea.NewFrame(m.textarea.View())
// f.Cursor = m.textarea.RealCursor()
// f.Cursor = m.textarea.Cursor()
// f.Cursor.Position.X += offsetX
// f.Cursor.Position.Y += offsetY
//
Expand Down

0 comments on commit cd8dacc

Please sign in to comment.