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 go fmt compliance fixes 2023-08-14 18:36:19 -07:00
boxes.go go fmt compliance fixes 2023-08-14 18:36:19 -07:00
clipboard.go fixes #561 Add clipboard support. 2024-03-10 14:05:48 -07:00
colors.go go fmt compliance fixes 2023-08-14 18:36:19 -07:00
cursors.go fixes #666 cursor color 2024-03-07 08:32:39 -08:00
hello_world.go go fmt compliance fixes 2023-08-14 18:36:19 -07:00
hyperlink.go fixes #300 Implement terminal hyperlinks 2022-04-16 10:57:21 -07:00
mouse.go fixes #710 Add support for setting the window title 2024-03-09 10:05:58 -08:00
setsize.go fixes #462 Console resizing 2022-04-23 09:50:07 -07:00
sixel.go demos: add sixel demo 2023-08-15 06:57:42 -07:00
stress.go fix stress demo (race on close) 2024-03-03 15:02:14 -08:00
style.go style test: better contrast colors 2024-03-05 01:00:52 -08:00
unicode.go fixes #710 Add support for setting the window title 2024-03-09 10:05:58 -08:00