You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Buch 791b8d227c
working through C version of scanw example (7.4)
15 years ago
..
Makefile Revert "doing some find+sed cleanup" 15 years ago
README Revert "doing some find+sed cleanup" 15 years ago
acs_vars.c doing some find+sed cleanup 15 years ago
hello_world.c working through Hello World 15 years ago
hello_world.py added python version of hello_world 15 years ago
init_func_example.c up through example 4.7 15 years ago
init_func_example.py adding python version of init_func_example 15 years ago
key_code.c doing some find+sed cleanup 15 years ago
mouse_menu.c doing some find+sed cleanup 15 years ago
other_border.c doing some find+sed cleanup 15 years ago
printw_example.c worked through the printw_example exercise, added python version 15 years ago
printw_example.py worked through the printw_example exercise, added python version 15 years ago
scanw_example.c working through C version of scanw example (7.4) 15 years ago
simple_attr.c doing some find+sed cleanup 15 years ago
simple_color.c doing some find+sed cleanup 15 years ago
simple_key.c doing some find+sed cleanup 15 years ago
temp_leave.c doing some find+sed cleanup 15 years ago
win_border.c doing some find+sed cleanup 15 years ago
with_chgat.c doing some find+sed cleanup 15 years ago

README

Description of files 

--------------------
basics
|
|----> acs_vars.c -- ACS_ variables example
|----> hello_world.c -- Simple "Hello World" Program
|----> init_func_example.c -- Initialization functions example
|----> key_code.c -- Shows the scan code of the key pressed
|----> mouse_menu.c -- A menu accessible by mouse
|----> other_border.c -- Shows usage of other border functions apart
| -- box()
|----> printw_example.c -- A very simple printw() example
|----> scanw_example.c -- A very simple getstr() example
|----> simple_attr.c -- A program that can print a c file with comments
| -- in attribute
|----> simple_color.c -- A simple example demonstrating colors
|----> simple_key.c -- A menu accessible with keyboard UP, DOWN arrows
|----> temp_leave.c -- Demonstrates temporarily leaving curses mode
|----> win_border.c -- Shows Creation of windows and borders
|----> with_chgat.c -- chgat() usage example