Commit Graph

2 Commits

Author SHA1 Message Date
Tobias Sjösten 6d3490a3ee
Fix doc typo (#525) 2022-04-16 08:22:12 -07:00
Garrett D'Amore 197faf3eae fixes #120 Support for bracketed paste mode
This adds Bracketed Paste support for terminals that have mouse
support and support it.  The bracketing events are EventPaste,
with methods to note Start() or End() of the paste.  Content
comes in as normal rune events.  Programs must opt-in to this by
calling screen.EnablePaste().
2020-10-15 23:13:03 -07:00