Help for this page

Select Code to Download


  1. or download this
    ls
    (nothing)
    
  2. or download this
        reset_shell_mode(3ncurses);
        endwin(3ncurses);
    
  3. or download this
        reset_prog_mode(3ncurses);
        set_keypad_on(3ncurses);
    
  4. or download this
        set_keypad_off(3ncurses);
        set_xclick_off(3ncurses);
        reset_shell_mode(3ncurses);
    ...
        reset_prog_mode(3ncurses);
        set_keypad_on(3ncurses);
        set_xclick_on(3ncurses);