[Previous] [Up]
Go backward to X-11 Introduction
Go up to Labs

Terminal Independence - Curses

Write a program that uses the curses library for terminal independence.
  1. The program should display each printable character typed and advance the cursor to the next position.
  2. The four cursor keys should move the cursor around the screen.
Turn in a copy of your source program. An example program is available by anonymous ftp. The ncurses manual is available on the www.
ltaber@pima.edu

[Previous] [Up]