| 総合手引 | セクション 3 | English | オプション |
int scroll(WINDOW *win);
int scrl(int n);
int wscrl(WINDOW *win, int n);
scrl ルーチンと wscrl ルーチンでは、 n が正の場合、ウィンドウを上方に n 行 スクロールします ( 行 i+n が i になります ) 。そうでない場合、ウィンドウを 下方に n 行スクロールします。これにはウィンドウキャラクタイメージ構造内の行を 移動することが含まれます。現在のカーソル位置は変更されません。
これらの関数が機能するためには、 scrollok でスクロールを有効にする必要があります。
| curs_scroll (3) |
| 総合手引 | セクション 3 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
| “ | "I liken starting one's computing career with Unix, say as an undergraduate, to being born in East Africa. It is intolerably hot, your body is covered with lice and flies, you are malnourished and you suffer from numerous curable diseases. But, as far as young East Africans can tell, this is simply the natural condition and they live within it. By the time they find out differently, it is too late. They already think that the writing of shell scripts is a natural act." | ” |
| — Ken Pier, Xerox PARC | ||