Skip to content

Commit f92e779

Browse files
committed
Add termbox
1 parent 881577f commit f92e779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
132132
* [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]
133133
* [gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD]
134134
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
135+
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]
135136

136137
## Compression
137138
*Compression and Archiving Libraries*

0 commit comments

Comments
 (0)