Initial code for the VT-100 terminal emulator that runs in the W32
authorEmanuele Aliberti <ea@iol.it>
Sun, 17 Mar 2002 22:15:39 +0000 (22:15 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 17 Mar 2002 22:15:39 +0000 (22:15 +0000)
commitab561cad5a4c06b08205132b38b0c343833af0eb
treed19db8c94b7a636fe9143018f6d420f2fa63ba41
parent8571b1561a5469ab15bb4cec550541ac4f5b02ed
Initial code for the VT-100 terminal emulator that runs in the W32
subsystem and connects to the PSXSS.EXE (WIP).

svn path=/trunk/; revision=2732
posix/apps/csrterm/00readme.txt [new file with mode: 0644]
posix/apps/csrterm/Makefile [new file with mode: 0644]
posix/apps/csrterm/console.c [new file with mode: 0644]
posix/apps/csrterm/csrterm.c [new file with mode: 0644]
posix/apps/csrterm/csrterm.h [new file with mode: 0644]
posix/apps/csrterm/csrterm.rc [new file with mode: 0644]
posix/apps/csrterm/readme.txt [new file with mode: 0644]
posix/apps/csrterm/vt100.c [new file with mode: 0644]
posix/apps/csrterm/vt100.h [new file with mode: 0644]