ncurses.c
changeset 9 c3fecc82ade6
parent 8 96d16dfe787a
child 27 81a574d60c15
equal deleted inserted replaced
8:96d16dfe787a 9:c3fecc82ade6
     1 /**
     1 /**
     2  *     $Id: ncurses.c,v 1.1.1.1 2008-04-28 17:32:53 mbroeker Exp $
     2  * test/demos/ncurses.c
     3  * $Source: /development/c/demos/ncurses.c,v $
     3  * Copyright (C) 2008 Markus Broeker
     4  *
     4  *
     5  */
       
     6 
       
     7 /*
       
     8  * Unicode != UTF-8
     5  * Unicode != UTF-8
     9  * unicode with ncursesw ( wide char)
     6  * unicode with ncursesw ( wide char)
    10  * gcc $< -lncursesw -o $@
     7  * gcc $< -lncursesw -o $@
    11  *
       
    12  */
     8  */
    13 
     9 
    14 #include <stdio.h>
    10 #include <stdio.h>
    15 #include <string.h>
    11 #include <string.h>
    16 #include <stdlib.h>
    12 #include <stdlib.h>