forked from gdamore/tcell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
32 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,18 @@ _Tcell_ is a _Go_ package that provides a cell based view for text terminals, li | |
It was inspired by _termbox_, but includes many additional improvements. | ||
|
||
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua) | ||
[![Linux](https://img.shields.io/github/actions/workflow/status/gdamore/tcell/linux.yml?branch=main&logoColor=grey&logo=linux&label=)](https://github.com/gdamore/tcell/actions/workflows/linux.yml) | ||
[![Windows](https://img.shields.io/github/actions/workflow/status/gdamore/tcell/windows.yml?branch=main&logoColor=grey&logo=windows&label=)](https://github.com/gdamore/tcell/actions/workflows/windows.yml) | ||
[![Apache License](https://img.shields.io/github/license/gdamore/tcell.svg?logoColor=silver&logo=opensourceinitiative&color=blue&label=)](https://github.com/gdamore/tcell/blob/master/LICENSE) | ||
[![Docs](https://img.shields.io/badge/godoc-reference-blue.svg?label=&logo=go)](https://pkg.go.dev/github.com/gdamore/tcell/v2) | ||
[![Linux](https://img.shields.io/github/actions/workflow/status/micro-editor/tcell/linux.yml?branch=main&logoColor=grey&logo=linux&label=)](https://github.com/micro-editor/tcell/actions/workflows/linux.yml) | ||
[![Windows](https://img.shields.io/github/actions/workflow/status/micro-editor/tcell/windows.yml?branch=main&logoColor=grey&logo=windows&label=)](https://github.com/micro-editor/tcell/actions/workflows/windows.yml) | ||
[![Apache License](https://img.shields.io/github/license/micro-editor/tcell.svg?logoColor=silver&logo=opensourceinitiative&color=blue&label=)](https://github.com/micro-editor/tcell/blob/master/LICENSE) | ||
[![Docs](https://img.shields.io/badge/godoc-reference-blue.svg?label=&logo=go)](https://pkg.go.dev/github.com/micro-editor/tcell/v2) | ||
[![Discord](https://img.shields.io/discord/639503822733180969?label=&logo=discord)](https://discord.gg/urTTxDN) | ||
[![Coverage](https://img.shields.io/codecov/c/github/gdamore/tcell?logoColor=grey&logo=codecov&label=)](https://codecov.io/gh/gdamore/tcell) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/gdamore/tcell/v2)](https://goreportcard.com/report/github.com/gdamore/tcell/v2) | ||
[![Coverage](https://img.shields.io/codecov/c/github/micro-editor/tcell?logoColor=grey&logo=codecov&label=)](https://codecov.io/gh/micro-editor/tcell) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/micro-editor/tcell/v2)](https://goreportcard.com/report/github.com/micro-editor/tcell/v2) | ||
|
||
Please see [here](UKRAINE.md) for an important message for the people of Russia. | ||
|
||
NOTE: This is version 2 of _Tcell_. There are breaking changes relative to version 1. | ||
Version 1.x remains available using the import `github.com/gdamore/tcell`. | ||
Version 1.x remains available using the import `github.com/micro-editor/tcell`. | ||
|
||
## Tutorial | ||
|
||
|
@@ -135,7 +135,7 @@ fired up with cmd.exe or PowerShell works fine however.) | |
## _Termbox_ Compatibility | ||
|
||
A compatibility layer for _termbox_ is provided in the `compat` directory. | ||
To use it, try importing `github.com/gdamore/tcell/termbox` instead. | ||
To use it, try importing `github.com/micro-editor/tcell/termbox` instead. | ||
Most _termbox-go_ programs will probably work without further modification. | ||
|
||
## Working With Unicode | ||
|
@@ -285,4 +285,4 @@ please let me know. PRs are especially welcome. | |
_Tcell_ is absolutely free, but if you want to obtain commercial, professional support, there are options. | ||
|
||
- [TideLift](https://tidelift.com/) subscriptions include support for _Tcell_, as well as many other open source packages. | ||
- [Staysail Systems Inc.](mailto:[email protected]) offers direct support, and custom development around _Tcell_ on an hourly basis. | ||
- [Staysail Systems Inc.](mailto:[email protected]) offers direct support, and custom development around _Tcell_ on an hourly basis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ package main | |
|
||
import ( | ||
"fmt" | ||
"github.com/gdamore/tcell/v2" | ||
"github.com/micro-editor/tcell/v2" | ||
"os" | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters