E:/Projects/AvrLib/Curses/GLUE.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "curses.h"
#include "termlib.h"
#include "video.h"

Include dependency graph for GLUE.c:

Go to the source code of this file.

Defines

#define AUTOSELECT

Functions

void cmove (WINDOW *w, int y, int x)
void curpos (WINDOW *w, int *yp, int *xp)
void replace (WINDOW *w, int c)
void doscroll (int l, int r, int t, int b, int a, int at)
int inchar (void)
int incha (void)
void outc (WINDOW *w, int c, int attrib)
SBUFsavescr (int l, int r, int t, int b)
SBUFrestore (SBUF *b)
void freescr (SBUF *p)
void clr_region (int l, int r, int t, int b, int attrib)
void DisplayAttrib (int *nC, int *nR)
int init (void)
int is_direct (void)


Define Documentation

#define AUTOSELECT

Definition at line 15 of file GLUE.c.


Function Documentation

void clr_region ( int  l,
int  r,
int  t,
int  b,
int  attrib 
)

Definition at line 84 of file GLUE.c.

References dv_clr_region().

Referenced by wclrtoeol(), and werase().

void cmove ( WINDOW w,
int  y,
int  x 
)

Definition at line 22 of file GLUE.c.

References _window_::dvCol, and _window_::dvRow.

Referenced by endwin(), newwin(), showwin(), waddch(), werase(), winch(), and wmove().

void curpos ( WINDOW w,
int *  yp,
int *  xp 
)

Definition at line 28 of file GLUE.c.

References _window_::dvCol, and _window_::dvRow.

Referenced by winch().

void DisplayAttrib ( int *  nC,
int *  nR 
)

Definition at line 89 of file GLUE.c.

References dv_screen_attrib().

Referenced by newwin().

void doscroll ( int  l,
int  r,
int  t,
int  b,
int  a,
int  at 
)

Definition at line 39 of file GLUE.c.

References dv_scroll().

Referenced by wscroll().

void freescr ( SBUF p  ) 

Definition at line 79 of file GLUE.c.

References dv_freesbuf().

Referenced by delwin(), hidewin(), and showwin().

int incha ( void   ) 

Definition at line 49 of file GLUE.c.

References dv_incha().

int inchar ( void   ) 

Definition at line 44 of file GLUE.c.

References dv_incha().

Referenced by winch().

int init ( void   ) 

Definition at line 94 of file GLUE.c.

References dv_init().

Referenced by initscr().

int is_direct ( void   ) 

Definition at line 104 of file GLUE.c.

void outc ( WINDOW w,
int  c,
int  attrib 
)

Definition at line 54 of file GLUE.c.

References dv_scroll_line(), _window_::dvCol, _window_::dvRow, NORMAL, NUMCOLS, NUMROWS, and SCREEN.

Referenced by waddch().

void replace ( WINDOW w,
int  c 
)

Definition at line 34 of file GLUE.c.

References _window_::dvCol, _window_::dvRow, and SCREEN.

Referenced by waddch().

SBUF* restore ( SBUF b  )  [read]

Definition at line 74 of file GLUE.c.

References dv_restore().

Referenced by delwin(), hidewin(), and showwin().

SBUF* savescr ( int  l,
int  r,
int  t,
int  b 
) [read]

Definition at line 69 of file GLUE.c.

References dv_save().

Referenced by hidewin(), newwin(), and showwin().


Generated on Sun Aug 31 13:29:59 2008 for FrankenRTOS by  doxygen 1.5.6