FreeNOS
Data Fields
teken_funcs_t Struct Reference

#include <teken.h>

Data Fields

tf_bell_ttf_bell
 
tf_cursor_ttf_cursor
 
tf_putchar_ttf_putchar
 
tf_fill_ttf_fill
 
tf_copy_ttf_copy
 
tf_param_ttf_param
 
tf_respond_ttf_respond
 

Detailed Description

Definition at line 113 of file teken.h.

Field Documentation

◆ tf_bell

tf_bell_t* teken_funcs_t::tf_bell

Definition at line 114 of file teken.h.

Referenced by Terminal::initialize(), and teken_funcs_bell().

◆ tf_copy

tf_copy_t* teken_funcs_t::tf_copy

Definition at line 118 of file teken.h.

Referenced by Terminal::initialize(), and teken_funcs_copy().

◆ tf_cursor

tf_cursor_t* teken_funcs_t::tf_cursor

Definition at line 115 of file teken.h.

Referenced by Terminal::initialize(), and teken_funcs_cursor().

◆ tf_fill

tf_fill_t* teken_funcs_t::tf_fill

Definition at line 117 of file teken.h.

Referenced by Terminal::initialize(), and teken_funcs_fill().

◆ tf_param

tf_param_t* teken_funcs_t::tf_param

Definition at line 119 of file teken.h.

Referenced by Terminal::initialize(), and teken_funcs_param().

◆ tf_putchar

tf_putchar_t* teken_funcs_t::tf_putchar

Definition at line 116 of file teken.h.

Referenced by Terminal::initialize(), and teken_funcs_putchar().

◆ tf_respond

tf_respond_t* teken_funcs_t::tf_respond

Definition at line 120 of file teken.h.

Referenced by Terminal::initialize(), and teken_funcs_respond().


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