Commit Graph

42 Commits

Author SHA1 Message Date
Ahoys123 edb6434493 created wscreen.go
updated readme
2023-02-19 17:48:50 -04:00
Ahoys123 b86f5127ac added webfiles directory
updated README.md
organized functions into original order
2023-02-19 17:48:50 -04:00
Garrett D'Amore 0fb7c000c5 Fix status badges (broken by shields.io) 2022-12-31 09:12:50 -08:00
Sergio de Mingo 68adf4676d update README with gbb repo link 2022-10-30 18:33:51 -07:00
Garrett D'Amore a8322bf143 Use /v2 for the report card. 2022-08-31 11:43:45 -07:00
No-one-important bd74010edc
add goreportcard (#530) 2022-08-30 12:12:27 -07:00
Garrett D'Amore 46afc5218a minor markup fixes 2022-08-20 08:51:58 -07:00
Garrett D'Amore 2faa178e3c Replace Ukraine banner with a badge. 2022-08-20 08:50:19 -07:00
Garrett D'Amore e15e96cbca Add banner in support of Ukraine. 2022-04-23 11:02:11 -07:00
Garrett D'Amore 8b074c48d6 Add note for Russian people with respect to invasion of Ukraine. 2022-03-04 18:15:09 -08:00
anmitsu 0d961d2608
Add examples in README.md (#504) 2022-02-08 07:34:40 -08:00
Julian Li a4a91ffc1c
Add gosnakego to the list of examples in the README (#510) 2022-02-08 07:34:00 -08:00
Garrett D'Amore 8fc0c2be8f Trivial README tweaks. 2021-10-26 22:47:09 -07:00
Garrett D'Amore 4e564d2402 Modernize shields.
This references the GitHub workflows, and eliminates the goreportcard
which appears to be defunct now.
2021-09-03 21:47:58 -07:00
Kyle Prifogle 73703f7ed4
Adding some small tcell repos I threw together (#481) 2021-08-28 13:16:08 -07:00
Garrett D'Amore 5d53415eb8 Fix links to tslocum's packages. Add link to tutorial from readme. 2021-07-17 11:11:35 -07:00
Garrett D'Amore 0de353bdce Convert documentation to Markdown.
While asciidoc is probably technically more flexible, some sites
(such as pkg.go.dev) do not support it well.  For the basic docs
we have here, the extra richness from asciidoc is not needed, and
we would prefer not to sacrifice the broader support that MarkDown
enjoys.

While here the text was cleaned up, made consistent, with grammar
and spelling fixes.

The Tutorial was revised somewhat to provide more accurate guidance
for readers.
2021-07-17 11:04:43 -07:00
Garrett D'Amore 483884f06f Convert to asciidoctor, add more support details, incl. Tidelift. 2018-10-26 08:00:31 -04:00
Takumasa Sakao 8e3efba094 Update README.md 2018-10-24 09:14:50 -04:00
Tobi 61bec9bcda Update README.md
Add browsh to the list of examples.
2018-09-05 08:48:50 -04:00
Chris Cummer b3cebc399d Add WTF to the list of Examples in README (#221) 2018-06-08 10:24:21 -07:00
Garrett D'Amore 1025eab922 Add https://github.com/rgm3/gomandelbrot 2018-02-19 10:19:31 -08:00
Garrett D'Amore afc8e7abfb Various README updates.
First we are no longer gamma; far too many folks are now dependent
upon tcell, and we haven't changed API in an incompatible way in
a long time.

Second, add a reference to tui-go, as they switch to us from termbox.
(Good move!)

Finally, update the platform information to be a bit clearer about
where we use CGO, and update incorrect information about how the
terminfo database is built.
2018-01-11 09:23:51 -08:00
Garrett D'Amore 329140c26c Add @rivo's tview package (looks cool!) 2018-01-08 09:31:29 -08:00
Garrett D'Amore b65f8b54bf Add logo. 2017-11-24 20:31:33 -08:00
Garrett D'Amore 6e0ee420a5 Add support and donation link. 2017-11-24 16:04:27 -08:00
Garrett D'Amore d55f61ca94 Correct details about when CGO is needed. 2017-08-07 10:11:46 -07:00
Garrett D'Amore c349f64807 Add codecov badge. 2017-08-07 09:58:11 -07:00
Alexey Grachov e552b82b28 Fix typo in readme. (#139) 2017-05-01 07:57:32 -10:00
Tomas 6d5ea857af Mention godu in Examples section (#141) 2017-05-01 07:50:55 -10:00
Nickolay ebe6908e0b Update README.md (#123)
This adds the excellent micro editor to the list of sample applications.
2016-09-25 17:16:04 -07:00
Garrett D'Amore 43f9cc0d07 fixes #75 Add goreport and fix related issues 2015-11-04 17:05:24 -08:00
Garrett D'Amore 02b78be6f2 fixes #41 Fix GOPATH handling 2015-11-03 13:01:10 -08:00
Garrett D'Amore 4295478eee fixes #51 Add examples links (fix urls) 2015-10-28 14:16:06 -07:00
Garrett D'Amore da3c86ed42 fixes #51 Add examples links 2015-10-28 14:12:25 -07:00
Garrett D'Amore f426ddb33c fixes #54 Want 24-bit color
fixes #59 terminfo handling not right for extended formats
2015-10-27 23:28:26 -07:00
Garrett D'Amore bdfc47edce fixes #47 Fix README 2015-10-09 17:04:56 -07:00
Garrett D'Amore 20f9c8cdd8 fixes #34 Update the README to remove github badges 2015-10-06 09:57:49 -07:00
Garrett D'Amore 69be119a27 fixes #27 Add a test framework & test code 2015-10-05 23:08:31 -07:00
Garrett D'Amore 434fc57169 fixes #10 Eliminate separate buffered implementation
fixes #9 Various API enhancements
fixes #8 Mouse demo improvements
fixes #7 Add support for handling $<delay> delays
fixes #6 mkinfo doesn't honor terminfo LINES and COLUMNS
fixes #5 Add better mouse tracking
fixes #3 Windows performance improvements
2015-10-02 21:49:13 -07:00
Garrett D'Amore 385072b4a8 fixes #1 Add Windows support. 2015-09-28 23:42:13 -07:00
Garrett D'Amore b4ae936d42 Initial import of Tcell. 2015-09-26 23:37:54 -07:00