tail head cat sleep
QR code linking to this page

manページ  — curs_move

名称

move, wmove - move ncurses window cursor

内容

書式

#include <ncurses.h>

int move(int y, int x);
int wmove(WINDOW *win, int y, int x);

解説

これらのルーチンは、ウィンドウと関連付けられたカーソルを、行 y および列 x に移動します。このルーチンは、refresh が呼び出されるまで、端末の物理 カーソルを移動しません。指定された位置は、ウィンドウの左上コーナー(これは (0,0)です)に相対的に指定されます。

戻り値

これらのルーチンは、処理失敗すると整数 ERR を返してきます。処理が正常に 完了した場合は、ERR 以外の整数値を返します。

注釈

move はマクロである可能性があることに注意してください。

関連項目

ncurses(3), curs_refresh(3)


curs_move (3)

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Modern Unix impedes progress in computer science, wastes billions of dollars, and destroys the common sense of many who seriously use it.
— The Unix Haters' handbook