構造体定義書 仕様書作成ツール【A HotDocument】

screen

構文構文

struct screen

ファイル名ファイル名

curses.priv.h

構造体情報構造体情報

No. 名称 属性説明
1
screen   
  _ifp FILE * input file ptr for this terminal
  _ofp FILE * output file ptr for this terminal
  _checkfd int  
  _term _terminal *  
  _term term * used by terminfo stuff
  _curscr WINDOW * windows specific to a given terminal
  _newscr WINDOW *  
  _stdscr WINDOW *  
  _keytry try * "Try" for use with keypad mode
  _fifo[FIFO_SIZE] unsigned int Buffer for pushed back characters
  _fifohead, _fifotail, _fifopeek signed char  
  _endwin bool  
  _current_attr chtype  
  _coloron bool  
  _cursor int visibility of the cursor
  _cursrow int Row and column of physical cursor
  _curscol int  
  _nl bool True if NL -> CR/NL is on
  _raw bool True if in raw mode
  _cbreak int 1 if in cbreak mode
  _echo bool True if echo on
  _nlmapping bool True if terminal is really doing
  _slk SLK * ptr to soft key struct / NULL
  _costs[9] int costs of cursor movements for mvcur
  _costinit int flag wether costs[] is initialized

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー