From 4863da968bc040d032e7bf023bb062d7c8289895 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Fri, 1 Nov 2024 13:30:54 -0700 Subject: [PATCH] Updating readme with link to ANSI codes (#71) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 341936a..1641900 100644 --- a/README.md +++ b/README.md @@ -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)