GDB (xrefs)
Public Attributes | List of all members
match_list_displayer Struct Reference

#include "completer.h"

Public Attributes

int height
 
int width
 
mld_crlf_ftypecrlf
 
mld_putch_ftypeputch
 
mld_puts_ftypeputs
 
mld_flush_ftypeflush
 
mld_erase_entire_line_ftypeerase_entire_line
 
mld_beep_ftypebeep
 
mld_read_key_ftyperead_key
 

Detailed Description

Definition at line 38 of file completer.h.

Member Data Documentation

mld_beep_ftype* match_list_displayer::beep

Definition at line 60 of file completer.h.

Referenced by cli_display_match_list(), gdb_get_y_or_n(), and tui_rl_display_match_list().

mld_crlf_ftype* match_list_displayer::crlf
mld_erase_entire_line_ftype* match_list_displayer::erase_entire_line
mld_flush_ftype* match_list_displayer::flush
int match_list_displayer::height
mld_putch_ftype* match_list_displayer::putch
mld_puts_ftype* match_list_displayer::puts
mld_read_key_ftype* match_list_displayer::read_key

Definition at line 63 of file completer.h.

Referenced by cli_display_match_list(), gdb_get_y_or_n(), and tui_rl_display_match_list().

int match_list_displayer::width

The documentation for this struct was generated from the following file: