Skip to content

ldegio/curses_text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctext

ctext is a small utility class to interact with a curses window analagously to how you would interact with a screen.

There's an sprintf equivalent that interacts with the object who is associated with a curses WINDOW.

The utility class has a number of parameters which should be familiar:

  • scrollback buffer
  • append on bottom or on top
  • word wrap
  • automatic newline
  • scroll on append

Furthermore it can be manipulated using the following actions:

  • clear
  • up, down, left, right

About

A tool for putting text in a curses window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%