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

editline

構文構文

struct editline

ファイル名ファイル名

el.h

構造体情報構造体情報

No. 名称 属性説明
1
editline   
  el_prog char * the program name
  el_outfile FILE * Stdio stuff
  el_errfile FILE * Stdio stuff
  el_infd int Input file descriptor
  el_flags int Various flags.
  el_cursor coord_t Cursor location
  el_display, **el_vdisplay char ** Virtual screen image = what we see
  el_line el_line_t The current line information
  el_state el_state_t Current editor state
  el_term el_term_t Terminal dependent stuff
  el_tty el_tty_t Tty dependent stuff
  el_refresh el_refresh_t Refresh stuff
  el_prompt el_prompt_t Prompt stuff
  el_chared el_chared_t Characted editor stuff
  el_map el_map_t Key mapping stuff
  el_key el_key_t Key binding stuff
  el_history el_history_t History stuff
  el_search el_search_t Search stuff
  el_signal el_signal_t Signal handling stuff

See Also

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