| 総合手引 | セクション 3 | English | オプション |
int erase(void);
int werase(WINDOW *win);
int clear(void);
int wclear(WINDOW *win);
int clrtobot(void);
int wclrtobot(WINDOW *win);
int clrtoeol(void);
int wclrtoeol(WINDOW *win);
clear ルーチンおよび wclear ルーチンは、 erase および werase と類似していますが、 clearok を呼び出すこともします。 そのウィンドウについて wrefresh を次に呼び出したときに 画面が完全にクリアされ、ゼロから再描画されます。
clrtobot ルーチンと wclrtobot ルーチンは、 カーソルから画面の終端までを消去します。 すなわち、ウィンドウ内のカーソルより下方のすべての線を消去します。 また、カーソルの右にある現在の線も消去されます。
clrtoeol ルーチンと wclrtoeol ルーチンは、 カーソルの右にある現在の線を消去します。
| curs_clear (3) |
| 総合手引 | セクション 3 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | Our grievance is not just against Unix itself, but against the cult of Unix zealots who defend and nurture it. They take the heat, disease, and pestilence as givens, and, as ancient shamans did, display their wounds, some self-inflicted, as proof of their power and wizardry. We aim, through bluntness and humor, to show them that they pray to a tin god, and that science, not religion, is the path to useful and friendly technology. | ” |
| — The Unix Haters' handbook | ||