Name Date Size #Lines LOC

..--

exportfs/H--1,3551,106

gui-osx/H--1,081909

gui-win32/H--772641

gui-x11/H--2,5102,115

include/H--2,2661,754

kern/H--22,82518,756

libauth/H--916761

libauthsrv/H--806679

libc/H--7,7066,556

libdraw/H--1,5391,369

libip/H--584487

libmemdraw/H--6,5065,307

libmemlayer/H--1,076861

libmp/H--2,3251,852

libsec/H--12,61110,788

posix-386/H--794646

posix-amd64/H--510397

posix-arm/H--530413

posix-mips/H--516397

posix-port/H--493380

posix-power/H--537413

posix-sun4u/H--502385

win32-386/H--547452

9ball.icoHD30-Dec-20059.1 KiB

9ball.pngHD13-Apr-20098.4 KiB

9ball.rcH A D30-Dec-200539 21

LICENSEH A D30-Dec-200511.9 KiB246200

Make.configH A D28-Aug-200940 32

Make.irixH A D18-Jan-2006493 2522

Make.osxH A D22-Mar-2011424 2118

Make.osx-x11H A D13-Apr-2009426 2219

Make.pthreadH A D13-Apr-2009421 2320

Make.sunH A D22-May-2006377 2219

Make.unixH A D08-Jul-2012499 2421

Make.win32H A D28-Aug-2009826 4336

MakefileH A D18-Mar-20141.1 KiB7655

READMEH A D28-Aug-20091.1 KiB5031

args.hH A D30-Dec-2005709 2119

cpu-bl.cH A D28-Aug-200914.1 KiB731570

cpu.cH A D18-Mar-201413.9 KiB732571

drawterm.hH A D30-Dec-2005472 1413

drawterm.icoHD30-Dec-20051.6 KiB

drawterm.rcH A D30-Dec-20051.7 KiB7354

drawterm.resHD30-Dec-20051.7 KiB

latin1.cH A D30-Dec-20057.6 KiB178159

main.cH A D13-Mar-20062.4 KiB127107

posix-factotum.cH A D30-Dec-20051.8 KiB10784

readcons.cH A D30-Dec-20051.8 KiB11199

resource.hH A D30-Dec-2005457 179

secstore.cH A D30-Dec-200515.4 KiB668575

win32-factotum.cH A D30-Dec-2005238 2318

README

1INSTALLATION
2--------------
3To build on Unix, run CONF=unix make.
4
5To build on Solaris using Sun cc, run CONF=sun make.
6
7To build on Windows, you need Mingw.  See http://www.mingw.org.
8Edit Make.config to uncomment the Windows section
9and comment out the rest.  Then run CONF=windows make.
10
11(You can download nmake from
12http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
13Rename it to make.exe and put it in your path somewhere.
14)
15
16I haven't tested the Windows build on Windows itself.
17I cross-compile using mingw32 on Linux.
18
19
20BINARIES
21---------
22See http://swtch.com/drawterm/
23
24
25SOURCE
26------
27Use Mercurial: hg clone http://code.swtch.com/drawterm
28On the web at http://code.swtch.com/drawterm
29Tar file at http://swtch.com/drawterm/
30In the Plan 9 distribution: /sys/src/cmd/unix/drawterm/ (sometimes out of date)
31
32
33HELP
34----
35Issue tracker: http://code.swtch.com/drawterm/issues
36
37
38TO DO:
39------
40
41- Should import latest /dev/draw to allow resize of window
42
43- Should copy 9term code and make console window a real
44	9term window instead.
45
46- Should implement /dev/label.
47
48
49
50