Skip to content

Commit

Permalink
Updating readme with link to ANSI codes (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Nov 1, 2024
1 parent b23842b commit 4863da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The implementations currently is a wrapper fully encapsulating (our fork of) [x/
## fortio.org/terminal/ansipixels
[![Go Reference](https://pkg.go.dev/badge/fortio.org/terminal/ansipixels.svg)](https://pkg.go.dev/fortio.org/terminal/ansipixels)

A much lower level library that allow direct control of both the input and the output of the terminal, including mouse tracking, clicks, drag events and modifiers, mousewheel decoding/querying.
A much lower level library that allow direct control of both the input and the output of the terminal, including mouse tracking, clicks, drag events and modifiers, mousewheel decoding/querying and many functions to emit the corresponding [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) (colors, cursor positioning etc).


## FPS

There is also a new [ansipixels](https://pkg.go.dev/fortio.org/terminal/ansipixels) package for drawing on the terminal and the tagged release also include `fps` that uses that package to test your terminal frames per second capabilities.
The tagged release of `ansipixels` also includes a standalone binary, `fps`, that uses that package to test your terminal frames per second capabilities.
See the source [fps/fps.go](fps/fps.go)

You can get the binary from [releases](https://github.com/fortio/terminal/releases)
Expand Down

0 comments on commit 4863da9

Please sign in to comment.