GDB (xrefs)
Loading...
Searching...
No Matches
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 39 of file completer.h.

Member Data Documentation

◆ beep

mld_beep_ftype* match_list_displayer::beep

Definition at line 61 of file completer.h.

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

◆ crlf

mld_crlf_ftype* match_list_displayer::crlf

◆ erase_entire_line

mld_erase_entire_line_ftype* match_list_displayer::erase_entire_line

◆ flush

mld_flush_ftype* match_list_displayer::flush

◆ height

int match_list_displayer::height

◆ putch

mld_putch_ftype* match_list_displayer::putch

◆ puts

mld_puts_ftype* match_list_displayer::puts

◆ read_key

mld_read_key_ftype* match_list_displayer::read_key

Definition at line 64 of file completer.h.

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

◆ width

int match_list_displayer::width

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