Skip to content

lyase/Multithreaded-Curses-Testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

A test program that implements the Curses library using multiple threads.

Currently separates the screen in half with a line, and prints whatever you type on the bottom screen to the top screen. Not very exciting really.

You will have to press 'q' to quit the program, and 'Q' to backspace. Don't ask me why I implemented it like this.

Multiple instances of this program can be opened. All other instances after the first one will only accept input. All input will go to the output screen of the first instance of this program.

Note that one will need the curses library in order to properly make and run this program.

About

An implementation of the curses library with multiple threads using Linux message queues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.0%
  • C 9.0%