#include <mu_term.h>
Data Fields | |
| MUterm_char_t * | data |
| Buffer. | |
| MUterm_char_t * | dataend |
| End of char buffer. | |
| int | ncol |
| int | nline |
| Buffer size in line & columns. | |
| int | start_line |
| First line (y=0) in buffer. | |
| struct { | |
| u8 x | |
| u8 y | |
| u8 fg_bg | |
| u8 sx | |
| u8 sy | |
| } | cursor |
| Cursor information. | |
| struct { | |
| unsigned wrap:1 | |
| unsigned step:1 | |
| unsigned insert:1 | |
| unsigned invvideo:1 | |
| unsigned hidden:1 | |
| unsigned localecho:1 | |
| unsigned lf_crlf:1 | |
| } | mode |
| Terminal status. | |
| int | escape |
| True if previous char was escape. | |
| int | expected |
| True if a command. | |
| int | command |
| Current command on exec. | |
| int(* | getchar )(void) |
| Get char function : NULL for none. | |
|
|
Cursor current colonnes / lines.
|
|
|
Current colors ( FG,BG ).
|
|
|
Saved position.
|
|
|
Last column wrap to next line.
|
|
|
Input advance cursor.
|
|
|
insert at input
|
|
|
invert video
|
|
|
cursor hidden
|
|
|
input are output too
|
|
|
Lf char is LF&CR.
|
| dcplaya documentation version 1.2 | Generated on January 2004 by doxygen 1.3.5 |