Skip to content

maxrt101/cterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cterm

Library for ncurses-like TUI (Terminal User Interface).

How to build

Prerequisites: gcc or clang, make
Steps:

  • Clone the repo
  • Run make
  • Run make test for sample application

Headers will be present in build/include/cterm, library in build/lib/libcterm.a.
Sample application can be found in build/bin/test.

Example

Example

About

C++ Library for ncurses-like TUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published