tcell/_demos
Garrett D'Amore 78110e30f8 fixes #561 Add clipboard support.
This is not supported for Windows or WebAssembly yet.
It's possible for applications to post to the clipboard using
Screen.SetClipboard (any data), and they can retrieve the clipboard
(if permitted) using GetClipboard.  The terminal may well reject either
of these.

Retrieval will arrive as a new EventClipboard, if it can.  (There is
no good way to make this synchronous.)

This work was inspired by a PR submitted by Consolatis (#562), and
has some work based on it, but it was also substantially improved and
now includes both sides of the clipboard access pattern.
2024-03-10 14:05:48 -07:00
..
beep.go
boxes.go
clipboard.go fixes #561 Add clipboard support. 2024-03-10 14:05:48 -07:00
colors.go
cursors.go
hello_world.go
hyperlink.go
mouse.go fixes #710 Add support for setting the window title 2024-03-09 10:05:58 -08:00
setsize.go
sixel.go
stress.go
style.go
unicode.go fixes #710 Add support for setting the window title 2024-03-09 10:05:58 -08:00