| 章節內容 |
作者 |
日期 |
|
ncurses_addch --- Add character at current position and advance cursor
[h3]ncurses_addch[/h3]
ncurses_addch --- Add character at current position and advance cursor
說明:
ncurses_addch(int ch);
Add character at current position and advance cursor
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_addchnstr --- Add attributed string with specified length at current position
[h3]ncurses_addchnstr[/h3]
ncurses_addchnstr --- Add attributed string with specified length at current position
說明:
ncurses_addchnstr(string s, int n);
Add attributed string with specifie
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_addchstr --- Add attributed string at current position
[h3]ncurses_addchstr[/h3]
ncurses_addchstr --- Add attributed string at current position
說明:
ncurses_addchstr(string s);
Add attributed string at current position
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_addnstr --- Add string with specified length at current position
[h3]ncurses_addnstr[/h3]
ncurses_addnstr --- Add string with specified length at current position
說明:
ncurses_addnstr(string s, int n);
Add string with specified length at current position
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_addstr --- Output text at current position
[h3]ncurses_addstr[/h3]
ncurses_addstr --- Output text at current position
說明:
ncurses_addstr(string text);
Output text at current position
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_assume_default_colors --- Define default colors for color 0
[h3]ncurses_assume_default_colors[/h3]
ncurses_assume_default_colors --- Define default colors for color 0
說明:
ncurses_assume_default_colors(int fg, int bg);
Define default colors for colo
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_attroff --- Turn off the given attributes
[h3]ncurses_attroff[/h3]
ncurses_attroff --- Turn off the given attributes
說明:
ncurses_attroff(int attributes);
Turn off the given attributes
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_attron --- Turn on the given attributes
[h3]ncurses_attron[/h3]
ncurses_attron --- Turn on the given attributes
說明:
ncurses_attron(int attributes);
Turn on the given attributes
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_attrset --- Set given attributes
[h3]ncurses_attrset[/h3]
ncurses_attrset --- Set given attributes
說明:
ncurses_attrset(int attributes);
Set given attributes
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_baudrate --- Returns baudrate of terminal
[h3]ncurses_baudrate[/h3]
ncurses_baudrate --- Returns baudrate of terminal
說明:
ncurses_baudrate();
Returns baudrate of terminal
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_beep --- Let the terminal beep
[h3]ncurses_beep[/h3]
ncurses_beep --- Let the terminal beep
說明:
ncurses_beep();
Let the terminal beep
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_bkgd --- Set background property for terminal screen
[h3]ncurses_bkgd[/h3]
ncurses_bkgd --- Set background property for terminal screen
說明:
ncurses_bkgd(int attrchar);
Set background property for terminal screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_bkgdset --- Control screen background
[h3]ncurses_bkgdset[/h3]
ncurses_bkgdset --- Control screen background
說明:
ncurses_bkgdset(int attrchar);
Control screen background
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_border --- Draw a border around the screen using attributed characters
[h3]ncurses_border[/h3]
ncurses_border --- Draw a border around the screen using attributed characters
說明:
ncurses_border(int left, int right, int top, int bottom, int tl_corner, int tr_corn
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_can_change_color --- Check if we can change terminals colors
[h3]ncurses_can_change_color[/h3]
ncurses_can_change_color --- Check if we can change terminals colors
說明:
ncurses_can_change_color();
Check if we can change terminals colors
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_cbreak --- Switch of input buffering
[h3]ncurses_cbreak[/h3]
ncurses_cbreak --- Switch of input buffering
說明:
ncurses_cbreak();
Switch of input buffering
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_clear --- Clear screen
[h3]ncurses_clear[/h3]
ncurses_clear --- Clear screen
說明:
ncurses_clear();
Clear screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_clrtobot --- Clear screen from current position to bottom
[h3]ncurses_clrtobot[/h3]
ncurses_clrtobot --- Clear screen from current position to bottom
說明:
ncurses_clrtobot();
Clear screen from current position to bottom
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_clrtoeol --- Clear screen from current position to end of line
[h3]ncurses_clrtoeol[/h3]
ncurses_clrtoeol --- Clear screen from current position to end of line
說明:
ncurses_clrtoeol();
Clear screen from current position to end of line
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_color_set --- Set fore- and background color
[h3]ncurses_color_set[/h3]
ncurses_color_set --- Set fore- and background color
說明:
ncurses_color_set(int pair);
Set fore- and background color
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_curs_set --- Set cursor state
[h3]ncurses_curs_set[/h3]
ncurses_curs_set --- Set cursor state
說明:
ncurses_curs_set(int visibility);
Set cursor state
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_def_prog_mode --- Saves terminals (program) mode
[h3]ncurses_def_prog_mode[/h3]
ncurses_def_prog_mode --- Saves terminals (program) mode
說明:
ncurses_def_prog_mode();
Saves terminals (program) mode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_def_shell_mode --- Saves terminals (shell) mode
[h3]ncurses_def_shell_mode[/h3]
ncurses_def_shell_mode --- Saves terminals (shell) mode
說明:
ncurses_def_shell_mode();
Saves terminals (shell) mode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_define_key --- Define a keycode
[h3]ncurses_define_key[/h3]
ncurses_define_key --- Define a keycode
說明:
ncurses_define_key(string definition, int keycode);
Define a keycode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_delay_output --- Delay output on terminal using padding characters
[h3]ncurses_delay_output[/h3]
ncurses_delay_output --- Delay output on terminal using padding characters
說明:
ncurses_delay_output(int milliseconds);
Delay output on terminal using padding
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_delch --- Delete character at current position, move rest of line left
[h3]ncurses_delch[/h3]
ncurses_delch --- Delete character at current position, move rest of line left
說明:
ncurses_delch();
Delete character at current position, move rest of line left
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_deleteln --- Delete line at current position, move rest of screen up
[h3]ncurses_deleteln[/h3]
ncurses_deleteln --- Delete line at current position, move rest of screen up
說明:
ncurses_deleteln();
Delete line at current position, move rest of screen up
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_delwin --- Delete a ncurses window
[h3]ncurses_delwin[/h3]
ncurses_delwin --- Delete a ncurses window
說明:
ncurses_delwin(resource window);
Delete a ncurses window
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_doupdate --- Write all prepared refreshes to terminal
[h3]ncurses_doupdate[/h3]
ncurses_doupdate --- Write all prepared refreshes to terminal
說明:
ncurses_doupdate();
Write all prepared refreshes to terminal
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_echo --- Activate keyboard input echo
[h3]ncurses_echo[/h3]
ncurses_echo --- Activate keyboard input echo
說明:
ncurses_echo();
Activate keyboard input echo
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_echochar --- Single character output including refresh
[h3]ncurses_echochar[/h3]
ncurses_echochar --- Single character output including refresh
說明:
ncurses_echochar(int character);
Single character output including refresh
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_end --- Stop using ncurses, clean up the screen
[h3]ncurses_end[/h3]
ncurses_end --- Stop using ncurses, clean up the screen
說明:
ncurses_end();
Stop using ncurses, clean up the screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_erase --- Erase terminal screen
[h3]ncurses_erase[/h3]
ncurses_erase --- Erase terminal screen
說明:
ncurses_erase();
Erase terminal screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_erasechar --- Returns current erase character
[h3]ncurses_erasechar[/h3]
ncurses_erasechar --- Returns current erase character
說明:
ncurses_erasechar();
Returns current erase character
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_flash --- Flash terminal screen (visual bell)
[h3]ncurses_flash[/h3]
ncurses_flash --- Flash terminal screen (visual bell)
說明:
ncurses_flash();
Flash terminal screen (visual bell)
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_flushinp --- Flush keyboard input buffer
[h3]ncurses_flushinp[/h3]
ncurses_flushinp --- Flush keyboard input buffer
說明:
ncurses_flushinp();
Flush keyboard input buffer
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_getch --- Read a character from keyboard
[h3]ncurses_getch[/h3]
ncurses_getch --- Read a character from keyboard
說明:
ncurses_getch();
Read a character from keyboard
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_getmouse --- Reads mouse event
[h3]ncurses_getmouse[/h3]
ncurses_getmouse --- Reads mouse event
說明:
ncurses_getmouse(array mevent);
Reads mouse event
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_halfdelay --- Put terminal into halfdelay mode
[h3]ncurses_halfdelay[/h3]
ncurses_halfdelay --- Put terminal into halfdelay mode
說明:
ncurses_halfdelay(int tenth);
Put terminal into halfdelay mode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_has_colors --- Check if terminal has colors
[h3]ncurses_has_colors[/h3]
ncurses_has_colors --- Check if terminal has colors
說明:
ncurses_has_colors();
Check if terminal has colors
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_has_ic --- Check for insert- and delete-capabilities
[h3]ncurses_has_ic[/h3]
ncurses_has_ic --- Check for insert- and delete-capabilities
說明:
ncurses_has_ic();
Check for insert- and delete-capabilities
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_has_il --- Check for line insert- and delete-capabilities
[h3]ncurses_has_il[/h3]
ncurses_has_il --- Check for line insert- and delete-capabilities
說明:
ncurses_has_il();
Check for line insert- and delete-capabilities
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_has_key --- Check for presence of a function key on terminal keyboard
[h3]ncurses_has_key[/h3]
ncurses_has_key --- Check for presence of a function key on terminal keyboard
說明:
ncurses_has_key(int keycode);
Check for presence of a function key on terminal ke
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_hline --- Draw a horizontal line at current position using an attributed character and max. n characters long
[h3]ncurses_hline[/h3]
ncurses_hline --- Draw a horizontal line at current position using an attributed character and max. n characters long
說明:
ncurses_hline(int charattr, int n);
Draw a
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_inch --- Get character and attribute at current position
[h3]ncurses_inch[/h3]
ncurses_inch --- Get character and attribute at current position
說明:
ncurses_inch();
Get character and attribute at current position
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_init_color --- Set new RGB value for color
[h3]ncurses_init_color[/h3]
ncurses_init_color --- Set new RGB value for color
說明:
ncurses_init_color(int color, int r, int g, int b);
Set new RGB value for color
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_init_pair --- Allocate a color pair
[h3]ncurses_init_pair[/h3]
ncurses_init_pair --- Allocate a color pair
說明:
ncurses_init_pair(int pair, int fg, int bg);
Allocate a color pair
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_init --- Initialize ncurses
[h3]ncurses_init[/h3]
ncurses_init --- Initialize ncurses
說明:
ncurses_init();
Initialize ncurses
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_insch --- Insert character moving rest of line including character at current position
[h3]ncurses_insch[/h3]
ncurses_insch --- Insert character moving rest of line including character at current position
說明:
ncurses_insch(int character);
Insert character moving rest of line
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_insdelln --- Insert lines before current line scrolling down (negative numbers delete and scroll up)
[h3]ncurses_insdelln[/h3]
ncurses_insdelln --- Insert lines before current line scrolling down (negative numbers delete and scroll up)
說明:
ncurses_insdelln(int count);
Insert lines before
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_insertln --- Insert a line, move rest of screen down
[h3]ncurses_insertln[/h3]
ncurses_insertln --- Insert a line, move rest of screen down
說明:
ncurses_insertln();
Insert a line, move rest of screen down
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_insstr --- Insert string at current position, moving rest of line right
[h3]ncurses_insstr[/h3]
ncurses_insstr --- Insert string at current position, moving rest of line right
說明:
ncurses_insstr(string text);
Insert string at current position, moving rest of l
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_instr --- Reads string from terminal screen
[h3]ncurses_instr[/h3]
ncurses_instr --- Reads string from terminal screen
說明:
ncurses_instr(string buffer);
Reads string from terminal screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_isendwin --- Ncurses is in endwin mode, normal screen output may be performed
[h3]ncurses_isendwin[/h3]
ncurses_isendwin --- Ncurses is in endwin mode, normal screen output may be performed
說明:
ncurses_isendwin();
Ncurses is in endwin mode, normal screen output may
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_keyok --- Enable or disable a keycode
[h3]ncurses_keyok[/h3]
ncurses_keyok --- Enable or disable a keycode
說明:
ncurses_keyok(int keycode, bool enable);
Enable or disable a keycode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_killchar --- Returns current line kill character
[h3]ncurses_killchar[/h3]
ncurses_killchar --- Returns current line kill character
說明:
ncurses_killchar();
Returns current line kill character
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_longname --- Returns terminals description
[h3]ncurses_longname[/h3]
ncurses_longname --- Returns terminals description
說明:
ncurses_longname();
Returns terminals description
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mouseinterval --- Set timeout for mouse button clicks
[h3]ncurses_mouseinterval[/h3]
ncurses_mouseinterval --- Set timeout for mouse button clicks
說明:
ncurses_mouseinterval(int milliseconds);
Set timeout for mouse button clicks
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mousemask --- Sets mouse options
[h3]ncurses_mousemask[/h3]
ncurses_mousemask --- Sets mouse options
說明:
ncurses_mousemask(int newmask, int oldmask);
Sets mouse options
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_move --- Move output position
[h3]ncurses_move[/h3]
ncurses_move --- Move output position
說明:
ncurses_move(int y, int x);
Move output position
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvaddch --- Move current position and add character
[h3]ncurses_mvaddch[/h3]
ncurses_mvaddch --- Move current position and add character
說明:
ncurses_mvaddch(int y, int x, int c);
Move current position and add character
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvaddchnstr --- Move position and add attrributed string with specified length
[h3]ncurses_mvaddchnstr[/h3]
ncurses_mvaddchnstr --- Move position and add attrributed string with specified length
說明:
ncurses_mvaddchnstr(int y, int x, string s, int n);
Move position an
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvaddchstr --- Move position and add attributed string
[h3]ncurses_mvaddchstr[/h3]
ncurses_mvaddchstr --- Move position and add attributed string
說明:
ncurses_mvaddchstr(int y, int x, string s);
Move position and add attributed string
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvaddnstr --- Move position and add string with specified length
[h3]ncurses_mvaddnstr[/h3]
ncurses_mvaddnstr --- Move position and add string with specified length
說明:
ncurses_mvaddnstr(int y, int x, string s, int n);
Move position and add string with
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvaddstr --- Move position and add string
[h3]ncurses_mvaddstr[/h3]
ncurses_mvaddstr --- Move position and add string
說明:
ncurses_mvaddstr(int y, int x, string s);
Move position and add string
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvcur --- Move cursor immediately
[h3]ncurses_mvcur[/h3]
ncurses_mvcur --- Move cursor immediately
說明:
ncurses_mvcur(int old_y, int old_x, int new_y, int new_x);
Move cursor immediately
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvdelch --- Move position and delete character, shift rest of line left
[h3]ncurses_mvdelch[/h3]
ncurses_mvdelch --- Move position and delete character, shift rest of line left
說明:
ncurses_mvdelch(int y, int x);
Move position and delete character, shift rest o
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvgetch --- Move position and get character at new position
[h3]ncurses_mvgetch[/h3]
ncurses_mvgetch --- Move position and get character at new position
說明:
ncurses_mvgetch(int y, int x);
Move position and get character at new position
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvhline --- Set new position and draw a horizontal line using an attributed character and max. n characters long
[h3]ncurses_mvhline[/h3]
ncurses_mvhline --- Set new position and draw a horizontal line using an attributed character and max. n characters long
說明:
ncurses_mvhline(int y, int x, int attrch
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvinch --- Move position and get attributed character at new position
[h3]ncurses_mvinch[/h3]
ncurses_mvinch --- Move position and get attributed character at new position
說明:
ncurses_mvinch(int y, int x);
Move position and get attributed character at new po
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvvline --- Set new position and draw a vertical line using an attributed character and max. n characters long
[h3]ncurses_mvvline[/h3]
ncurses_mvvline --- Set new position and draw a vertical line using an attributed character and max. n characters long
說明:
ncurses_mvvline(int y, int x, int attrchar
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_mvwaddstr --- Add string at new position in window
[h3]ncurses_mvwaddstr[/h3]
ncurses_mvwaddstr --- Add string at new position in window
說明:
ncurses_mvwaddstr(resource window, int y, int x, string text);
Add string at new position in windo
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_napms --- Sleep
[h3]ncurses_napms[/h3]
ncurses_napms --- Sleep
說明:
ncurses_napms(int milliseconds);
Sleep
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_newwin --- Create a new window
[h3]ncurses_newwin[/h3]
ncurses_newwin --- Create a new window
說明:
ncurses_newwin(int rows, int cols, int y, int x);
Create a new window
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_nl --- Translate newline and carriage return / line feed
[h3]ncurses_nl[/h3]
ncurses_nl --- Translate newline and carriage return / line feed
說明:
ncurses_nl();
Translate newline and carriage return / line feed
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_nocbreak --- Switch terminal to cooked mode
[h3]ncurses_nocbreak[/h3]
ncurses_nocbreak --- Switch terminal to cooked mode
說明:
ncurses_nocbreak();
Switch terminal to cooked mode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_noecho --- Switch off keyboard input echo
[h3]ncurses_noecho[/h3]
ncurses_noecho --- Switch off keyboard input echo
說明:
ncurses_noecho();
Switch off keyboard input echo
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_nonl --- Do not translate newline and carriage return / line feed
[h3]ncurses_nonl[/h3]
ncurses_nonl --- Do not translate newline and carriage return / line feed
說明:
ncurses_nonl();
Do not translate newline and carriage return / line feed
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_noqiflush --- Do not flush on signal characters
[h3]ncurses_noqiflush[/h3]
ncurses_noqiflush --- Do not flush on signal characters
說明:
ncurses_noqiflush();
Do not flush on signal characters
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_noraw --- Switch terminal out of raw mode
[h3]ncurses_noraw[/h3]
ncurses_noraw --- Switch terminal out of raw mode
說明:
ncurses_noraw();
Switch terminal out of raw mode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_qiflush --- Flush on signal characters
[h3]ncurses_qiflush[/h3]
ncurses_qiflush --- Flush on signal characters
說明:
ncurses_qiflush();
Flush on signal characters
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_raw --- Switch terminal into raw mode
[h3]ncurses_raw[/h3]
ncurses_raw --- Switch terminal into raw mode
說明:
ncurses_raw();
Switch terminal into raw mode
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_refresh --- Refresh screen
[h3]ncurses_refresh[/h3]
ncurses_refresh --- Refresh screen
說明:
ncurses_refresh(int ch);
Refresh screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_resetty --- Restores saved terminal state
[h3]ncurses_resetty[/h3]
ncurses_resetty --- Restores saved terminal state
說明:
ncurses_resetty();
Restores saved terminal state
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_savetty --- Saves terminal state
[h3]ncurses_savetty[/h3]
ncurses_savetty --- Saves terminal state
說明:
ncurses_savetty();
Saves terminal state
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_scr_dump --- Dump screen content to file
[h3]ncurses_scr_dump[/h3]
ncurses_scr_dump --- Dump screen content to file
說明:
ncurses_scr_dump(string filename);
Dump screen content to file
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_scr_init --- Initialize screen from file dump
[h3]ncurses_scr_init[/h3]
ncurses_scr_init --- Initialize screen from file dump
說明:
ncurses_scr_init(string filename);
Initialize screen from file dump
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_scr_restore --- Restore screen from file dump
[h3]ncurses_scr_restore[/h3]
ncurses_scr_restore --- Restore screen from file dump
說明:
ncurses_scr_restore(string filename);
Restore screen from file dump
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_scr_set --- Inherit screen from file dump
[h3]ncurses_scr_set[/h3]
ncurses_scr_set --- Inherit screen from file dump
說明:
ncurses_scr_set(string filename);
Inherit screen from file dump
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_scrl --- Scroll window content up or down without changing current position
[h3]ncurses_scrl[/h3]
ncurses_scrl --- Scroll window content up or down without changing current position
說明:
ncurses_scrl(int count);
Scroll window content up or down without changing cur
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_attr --- Returns current soft label key attribute
[h3]ncurses_slk_attr[/h3]
ncurses_slk_attr --- Returns current soft label key attribute
說明:
ncurses_slk_attr();
Returns current soft label key attribute
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_clear --- Clears soft labels from screen
[h3]ncurses_slk_clear[/h3]
ncurses_slk_clear --- Clears soft labels from screen
說明:
ncurses_slk_clear();
Clears soft labels from screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_color --- Sets color for soft label keys
[h3]ncurses_slk_color[/h3]
ncurses_slk_color --- Sets color for soft label keys
說明:
ncurses_slk_color(int intarg);
Sets color for soft label keys
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_init --- Initializes soft label key functions
[h3]ncurses_slk_init[/h3]
ncurses_slk_init --- Initializes soft label key functions
說明:
ncurses_slk_init(int format);
Initializes soft label key functions
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_noutrefresh --- Copies soft label keys to virtual screen
[h3]ncurses_slk_noutrefresh[/h3]
ncurses_slk_noutrefresh --- Copies soft label keys to virtual screen
說明:
ncurses_slk_noutrefresh();
Copies soft label keys to virtual screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_refresh --- Copies soft label keys to screen
[h3]ncurses_slk_refresh[/h3]
ncurses_slk_refresh --- Copies soft label keys to screen
說明:
ncurses_slk_refresh();
Copies soft label keys to screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_restore --- Restores soft label keys
[h3]ncurses_slk_restore[/h3]
ncurses_slk_restore --- Restores soft label keys
說明:
ncurses_slk_restore();
Restores soft label keys
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_slk_touch --- Fources output when ncurses_slk_noutrefresh is performed
[h3]ncurses_slk_touch[/h3]
ncurses_slk_touch --- Fources output when ncurses_slk_noutrefresh is performed
說明:
ncurses_slk_touch();
Fources output when ncurses_slk_noutrefresh is performed
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_standend ---
[h3]ncurses_standend[/h3]
ncurses_standend ---
說明:
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_standout ---
[h3]ncurses_standout[/h3]
ncurses_standout ---
說明:
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_start_color --- Start using colors
[h3]ncurses_start_color[/h3]
ncurses_start_color --- Start using colors
說明:
ncurses_start_color();
Start using colors
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_termattrs --- Returns a logical OR of all attribute flags supported by terminal
[h3]ncurses_termattrs[/h3]
ncurses_termattrs --- Returns a logical OR of all attribute flags supported by terminal
說明:
ncurses_termattrs();
Returns a logical OR of all attribute flags supp
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_termname --- Returns terminals (short)-name
[h3]ncurses_termname[/h3]
ncurses_termname --- Returns terminals (short)-name
說明:
ncurses_termname();
Returns terminals (short)-name
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_timeout --- Set timeout for special key sequences
[h3]ncurses_timeout[/h3]
ncurses_timeout --- Set timeout for special key sequences
說明:
ncurses_timeout(int millisec);
Set timeout for special key sequences
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_typeahead --- Specify different filedescriptor for typeahead checking
[h3]ncurses_typeahead[/h3]
ncurses_typeahead --- Specify different filedescriptor for typeahead checking
說明:
ncurses_typeahead(int fd);
Specify different filedescriptor for typeahead check
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_ungetch --- Put a character back into the input stream
[h3]ncurses_ungetch[/h3]
ncurses_ungetch --- Put a character back into the input stream
說明:
ncurses_ungetch(int keycode);
Put a character back into the input stream
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_ungetmouse --- Pushes mouse event to queue
[h3]ncurses_ungetmouse[/h3]
ncurses_ungetmouse --- Pushes mouse event to queue
說明:
ncurses_ungetmouse(array mevent);
Pushes mouse event to queue
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_use_default_colors --- Assign terminal default colors to color id -1
[h3]ncurses_use_default_colors[/h3]
ncurses_use_default_colors --- Assign terminal default colors to color id -1
說明:
ncurses_use_default_colors();
Assign terminal default colors to color i
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_use_env --- Control use of environment information about terminal size
[h3]ncurses_use_env[/h3]
ncurses_use_env --- Control use of environment information about terminal size
說明:
ncurses_use_env(bool flag);
Control use of environment information about termina
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_use_extended_names --- Control use of extended names in terminfo descriptions
[h3]ncurses_use_extended_names[/h3]
ncurses_use_extended_names --- Control use of extended names in terminfo descriptions
說明:
ncurses_use_extended_names(bool flag);
Control use of extended
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_vline --- Draw a vertical line at current position using an attributed character and max. n characters long
[h3]ncurses_vline[/h3]
ncurses_vline --- Draw a vertical line at current position using an attributed character and max. n characters long
說明:
ncurses_vline(int charattr, int n);
Draw a ve
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
ncurses_wrefresh --- Refresh window on terminal screen
[h3]ncurses_wrefresh[/h3]
ncurses_wrefresh --- Refresh window on terminal screen
說明:
ncurses_wrefresh(resource window);
Refresh window on terminal screen
|
|
2003 ¦~ 07 ¤ë17 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
|
簡單的Mail物件
這是一個非常簡單的電子郵件物件
下載:
http://www.php5.idv.tw/class/mail/mailclass-2000-04-22.tar.gz
|
|
2003 ¦~ 06 ¤ë26 ¤é |
| +加入書籤 +列印 +編修
+刪除 |
| |
| |