FreeNOS
Data Structures | Macros | Functions
Terminal.h File Reference
#include <FreeNOS/Config.h>
#include <Device.h>
#include <Macros.h>
#include <Types.h>
#include <teken.h>

Go to the source code of this file.

Data Structures

class  Terminal
 A Terminal enables user to interact with the system. More...
 

Macros

#define BANNER    "FreeNOS " RELEASE " [" ARCH "/" SYSTEM "] (" BUILDUSER "@" BUILDHOST ") (" COMPILER_VERSION ") " DATETIME "\r\n"
 Print this banner per default on new Terminals.
 

Functions

void bell (Terminal *term)
 Makes a sound (bell).
 
void putchar (Terminal *term, const teken_pos_t *pos, teken_char_t ch, const teken_attr_t *attr)
 Output a new character.
 
void cursor (Terminal *term, const teken_pos_t *pos)
 Sets the Terminal cursor.
 
void fill (Terminal *ctx, const teken_rect_t *rect, teken_char_t ch, const teken_attr_t *attr)
 Fills the Terminal buffer with a character.
 
void copy (Terminal *ctx, const teken_rect_t *rect, const teken_pos_t *pos)
 Copy bytes to the terminal.
 
void param (Terminal *ctx, int key, int value)
 Set terminal parameters.
 
void respond (Terminal *ctx, const void *buf, size_t size)
 Unused.