SunOS リファレンスマニュアル 3 : Curses ライブラリ関数
  • W
    • waddnwstr(3CURSES)– wchar_t 文字列を curses ウィンドウに追加してカーソルを進める
    • waddwch(3CURSES)– wchar_t 文字を属性とともに curses ウィンドウに追加してカーソルを進める
    • waddwchnstr(3CURSES)– wchar_t 文字列を属性とともに curses ウィンドウに追加
    • waddwchstr(3CURSES)– wchar_t 文字列を属性とともに curses ウィンドウに追加
    • waddwstr(3CURSES)– wchar_t 文字列を curses ウィンドウに追加してカーソルを進める
    • wadjcurspos(3CURSES)– カーソルを文字単位に移動するために ALE curses ライブラリに追加された関数
    • wechowchar(3CURSES)– wchar_t 文字を属性とともに curses ウィンドウに追加してカーソルを進める
    • wgetnwstr(3CURSES)– curses 端末キーボードから wchar_t 文字列を得る
    • wgetwch(3CURSES)– curses 端末キーボードから wchar_t 文字を得る (または戻す)
    • wgetwstr(3CURSES)– curses 端末キーボードから wchar_t 文字列を得る
    • winnwstr(3CURSES)– curses ウィンドウから wchar_t 文字列を得る
    • winsnwstr(3CURSES)– curses ウィンドウ内のカーソル位置の文字の直前に wchar_t 文字列を挿入
    • winswch(3CURSES)– curses ウィンドウ内のカーソル位置の文字の直前に wchar_t 文字を挿入
    • winswstr(3CURSES)– curses ウィンドウ内のカーソル位置の文字の直前に wchar_t 文字列を挿入
    • winwch(3CURSES)– curses ウィンドウから wchar_t 文字とその属性を得る
    • winwchnstr(3CURSES)– curses ウィンドウから wchar_t 文字列とその属性を得る
    • winwchstr(3CURSES)– curses ウィンドウから wchar_t 文字列とその属性を得る
    • winwstr(3CURSES)– curses ウィンドウから wchar_t 文字列を得る
    • wmovenextch(3CURSES)– カーソルを文字単位に移動するために ALE curses ライブラリに追加された関数
    • wmoveprevch(3CURSES)– カーソルを文字単位に移動するために ALE curses ライブラリに追加された関数