From df2c74fd165847afdf038c98a78846dd8c561c18 Mon Sep 17 00:00:00 2001
From: Markus Gans <guru.mail@muenster.de>
Date: Sat, 1 Jan 2022 15:07:47 +0100
Subject: [PATCH] Add FINAL CUT

FINAL CUT is a C++ class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple text windows on the screen.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d452c3c..eb3ae3b 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ List of projects that provide terminal user interfaces
 
 - [blessings](https://github.com/erikrose/blessings) A Python wrapper lib for ncurses that makes your code pretty to look at, complete with extensions known as [bubbles](https://github.com/charmbracelet/bubbles)
 - [bubbletea](https://github.com/charmbracelet/bubbletea) A Go framework based on Elm to build functional and stateful TUI apps
+- [FINAL CUT](https://github.com/gansm/finalcut) Library for creating terminal applications with text-based widgets
 - [FTXUI](https://github.com/ArthurSonzogni/FTXUI) 💻 C++ Functional Terminal User Interface. ❤️
 - [gocui](https://github.com/jroimartin/gocui) Minimalist Go package aimed at creating Console User Interfaces
 - [imtui](https://github.com/ggerganov/imtui) An immediate mode text-based user interface library, supporting 256 ANSI colors and mouse/keyboard input.