From f92e77903f15cb5f19fce0f54fd0f1c0b561657c Mon Sep 17 00:00:00 2001 From: jeaye Date: Tue, 24 Mar 2015 00:51:13 +0800 Subject: [PATCH] Add termbox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19932a5..aa6c0f9 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost] * [gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD] * [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT] + * [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD] ## Compression *Compression and Archiving Libraries*