Skip to content

Commit

Permalink
fix: default textarea EndOfBufferCharacter should be ' ' (charmbracel…
Browse files Browse the repository at this point in the history
  • Loading branch information
blvrd authored May 23, 2024
1 parent dd618b5 commit 4a123b8
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 147 deletions.
2 changes: 1 addition & 1 deletion textarea/textarea.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func New() Model {
FocusedStyle: focusedStyle,
BlurredStyle: blurredStyle,
cache: memoization.NewMemoCache[line, [][]rune](defaultMaxHeight),
EndOfBufferCharacter: '~',
EndOfBufferCharacter: ' ',
ShowLineNumbers: true,
Cursor: cur,
KeyMap: DefaultKeyMap,
Expand Down
Loading

0 comments on commit 4a123b8

Please sign in to comment.