Index of /HOWTO/NCURSES-Programming-HOWTO/ncurses_programs/basics

Icon  Name                                               Last modified      Size  Description
[DIR] Parent Directory - [TXT] Makefile 17-Jun-2005 19:11 583 [TXT] README 17-Jun-2005 19:11 1.0K [TXT] acs_vars.c 17-Jun-2005 19:11 2.6K [TXT] hello_world.c 17-Jun-2005 19:11 286 [TXT] init_func_example.c 17-Jun-2005 19:11 904 [TXT] key_code.c 17-Jun-2005 19:11 184 [TXT] mouse_menu.c 17-Jun-2005 19:11 2.3K [TXT] other_border.c 17-Jun-2005 19:11 2.6K [TXT] printw_example.c 17-Jun-2005 19:11 734 [TXT] scanw_example.c 17-Jun-2005 19:11 640 [TXT] simple_attr.c 17-Jun-2005 19:11 1.6K [TXT] simple_color.c 17-Jun-2005 19:11 944 [TXT] simple_key.c 17-Jun-2005 19:11 1.9K [TXT] temp_leave.c 17-Jun-2005 19:11 706 [TXT] win_border.c 17-Jun-2005 19:11 2.5K [TXT] with_chgat.c 17-Jun-2005 19:11 766
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