File: tty.h

package info (click to toggle)
twin 0.4.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,804 kB
  • ctags: 23,904
  • sloc: ansic: 61,860; cpp: 1,023; makefile: 777; sh: 552; lex: 302; yacc: 231
file content (13 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _TWIN_TTY_H
#define _TWIN_TTY_H

void TtyWriteAscii(window Window, ldat Len, CONST byte *AsciiSeq);
void TtyWriteString(window Window, ldat Len, CONST byte *String);
void TtyWriteHWFont(window Window, ldat Len, CONST hwfont *HWFont);

widget TtyKbdFocus(widget Window);
void ForceKbdFocus(void);

void TtyWriteHWAttr(window Window, dat x, dat y, ldat Len, CONST hwattr *Attr);

#endif /* _TWIN_TTY_H */