리눅스 프로그래머를 위한 가이드
8.20 Terminfo 함수들(Functions)
- int setupterm(char *term, int fildes, int *errret)
- int setterm(char *term)
- int set_curterm(TERMINAL *nterm)
- int del_curterm(TERMINAL *oterm)
- int restartterm(char *term, int fildes, int *errret)
(Note: 아직 구현되지 않음.)
- char *tparm(char *str, p1, p2, p3, p4, p5, p6, p7, p8, p9)
p1 - p9 long int.
- int tputs(char *str, int affcnt, int (*putc)(char))
- int putp(char *str)
- int vidputs(chtype attr, int (*putc)(char))
- int vidattr(chtype attr)
- int mvcur(int oldrow, int oldcol, int newrow, int newcol)
- int tigetflag(char *capname)
- int tigetnum(char *capname)
- int tigetstr(char *capname)
이전:8.19 Termcap Emulation
다음:8.21 디버그 함수 (Debug Function)
Copyright (c) 1996,1997 by Euibeom.Hwang & SangEun.Oh All Rights Reserved
Email To:Webmaster ,
Another address
LAST UPDATE Dec 15,1997
Created Dec 15,1997