550W Document
550W, a high-end OS
screen.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

void vt100_move_cursor (int, int)
 
void d_screen_init (void)
 
long sys_screen_clear (void)
 
long d_screen_reflush (void)
 
long sys_screen_write_len (char *buff, int len)
 
long sys_screen_write (char *buff)
 
long sys_screen_move_cursor (int x, int y)
 
void d_screen_load_curpcb_cursor (void)
 
void d_screen_pcb_move_cursor (int x, int y)
 
void d_screen_kernel_move_cursor (int x, int y)
 

变量

int screen_cursor_x
 
int screen_cursor_y
 

函数说明

◆ d_screen_init()

void d_screen_init ( void  )

◆ d_screen_kernel_move_cursor()

void d_screen_kernel_move_cursor ( int  x,
int  y 
)

◆ d_screen_load_curpcb_cursor()

void d_screen_load_curpcb_cursor ( void  )

◆ d_screen_pcb_move_cursor()

void d_screen_pcb_move_cursor ( int  x,
int  y 
)

◆ d_screen_reflush()

long d_screen_reflush ( void  )

◆ sys_screen_clear()

long sys_screen_clear ( void  )

◆ sys_screen_move_cursor()

long sys_screen_move_cursor ( int  x,
int  y 
)

◆ sys_screen_write()

long sys_screen_write ( char *  buff)

◆ sys_screen_write_len()

long sys_screen_write_len ( char *  buff,
int  len 
)

◆ vt100_move_cursor()

void vt100_move_cursor ( int  x,
int  y 
)

变量说明

◆ screen_cursor_x

int screen_cursor_x
extern

◆ screen_cursor_y

int screen_cursor_y
extern