charmbracelet / bubbles

TUI components for Bubble Tea 🫧
MIT License
5.24k stars 247 forks source link

fix: default textarea EndOfBufferCharacter should be ' ' #510

Closed blvrd closed 2 months ago

blvrd commented 3 months ago

This changes the default EndOfBufferCharacter to a space character. I tend to agree with the conclusion in #491 that this is probably a better default.

Happy to discuss if this isn't the direction you want to go @maaslalani.

mikelorant commented 3 months ago

I agree with you (obviously) that this should be the default. Be aware that there was a desire to emulate the look of Vim (something I learned later from my discussions with @maaslalani).

maaslalani commented 2 months ago

Thank you so much for this one! This is definitely the right default, I believe!