src/commands/talk/screen.c File Reference

#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <signal.h>
#include <ctype.h>
#include <string.h>
#include <unistd.h>
#include <curses.h>
#include "screen.h"

Go to the source code of this file.

Functions

 _PROTOTYPE (void gotsig,(int sig))
 _PROTOTYPE (static char *delword,(WINDOW *w))
void gotsig (int sig)
int ScreenInit ()
void ScreenMsg (char *msg)
void ScreenWho (char *user, char *host)
void ScreenEdit (lcc, rcc)
void ScreenPut (char *data, int len, int win)
void ScreenEnd ()

Variables

struct {
   WINDOW *   win
   char   erase
   char   kill
   char   werase
window [2]
int ScreenDone = 0


Function Documentation

_PROTOTYPE ( static char *  delword,
(WINDOW *w)   
)

_PROTOTYPE ( void  gotsig,
(int sig  
)

void gotsig ( int  sig  ) 

Definition at line 30 of file screen.c.

void ScreenEdit ( lcc  ,
rcc   
)

Definition at line 106 of file screen.c.

void ScreenEnd (  ) 

Definition at line 203 of file screen.c.

int ScreenInit (  ) 

Definition at line 37 of file screen.c.

void ScreenMsg ( char *  msg  ) 

Definition at line 74 of file screen.c.

void ScreenPut ( char *  data,
int  len,
int  win 
)

Definition at line 118 of file screen.c.

void ScreenWho ( char *  user,
char *  host 
)

Definition at line 92 of file screen.c.


Variable Documentation

char erase

Definition at line 19 of file screen.c.

char kill

Definition at line 20 of file screen.c.

int ScreenDone = 0

Definition at line 26 of file screen.c.

char werase

Definition at line 21 of file screen.c.

Definition at line 18 of file screen.c.

struct { ... } window[2]


Generated on Tue Mar 9 04:36:44 2010 for Minix by  doxygen 1.5.8