Documentation Home
>
SunOS リファレンスマニュアル 3 : Curses ライブラリ関数
>
SunOS リファレンスマニュアル 3 : Curses ライブラリ関数
> C
SunOS リファレンスマニュアル 3 : Curses ライブラリ関数
C
curses(3CURSES)
– CRT 画面操作および最適化用パッケージ
curs_addwch(3CURSES)
– wchar_t 文字を属性とともに curses ウィンドウに追加してカーソルを進める
curs_addwchstr(3CURSES)
– wchar_t 文字列を属性とともに curses ウィンドウに追加
curs_addwstr(3CURSES)
– wchar_t 文字列を curses ウィンドウに追加してカーソルを進める
curs_alecompat(3CURSES)
– カーソルを文字単位に移動するために ALE curses ライブラリに追加された関数
curs_getwch(3CURSES)
– curses 端末キーボードから wchar_t 文字を得る (または戻す)
curs_getwstr(3CURSES)
– curses 端末キーボードから wchar_t 文字列を得る
curs_inswch(3CURSES)
– curses ウィンドウ内のカーソル位置の文字の直前に wchar_t 文字を挿入
curs_inswstr(3CURSES)
– curses ウィンドウ内のカーソル位置の文字の直前に wchar_t 文字列を挿入
curs_inwch(3CURSES)
– curses ウィンドウから wchar_t 文字とその属性を得る
curs_inwchstr(3CURSES)
– curses ウィンドウから wchar_t 文字列とその属性を得る
curs_inwstr(3CURSES)
– curses ウィンドウから wchar_t 文字列を得る
curs_pad(3CURSES)
– curses パッドの作成と表示
© 2010, Oracle Corporation and/or its affiliates