Name Date Size #Lines LOC

..--

exportfs/H23-Jun-2021-1,3551,106

gui-osx/H23-Jun-2021-1,081909

gui-win32/H23-Jun-2021-772641

gui-x11/H23-Jun-2021-2,5102,115

include/H23-Jun-2021-2,2661,754

kern/H23-Jun-2021-22,82518,756

libauth/H23-Jun-2021-916761

libauthsrv/H23-Jun-2021-806679

libc/H23-Jun-2021-7,7066,556

libdraw/H23-Jun-2021-1,5391,369

libip/H23-Jun-2021-584487

libmemdraw/H23-Jun-2021-6,5065,307

libmemlayer/H23-Jun-2021-1,076861

libmp/H23-Jun-2021-2,3251,852

libsec/H23-Jun-2021-12,61110,788

posix-386/H23-Jun-2021-794646

posix-amd64/H23-Jun-2021-510397

posix-arm/H23-Jun-2021-530413

posix-mips/H23-Jun-2021-516397

posix-port/H23-Jun-2021-493380

posix-power/H23-Jun-2021-537413

posix-sun4u/H23-Jun-2021-502385

win32-386/H23-Jun-2021-547452

9ball.icoHD23-Jun-20219.1 KiB

9ball.pngHD23-Jun-20218.4 KiB

9ball.rcH A D23-Jun-202139 21

LICENSEH A D23-Jun-202111.9 KiB246200

Make.configH A D23-Jun-202140 32

Make.irixH A D23-Jun-2021493 2522

Make.osxH A D23-Jun-2021424 2118

Make.osx-x11H A D23-Jun-2021426 2219

Make.pthreadH A D23-Jun-2021421 2320

Make.sunH A D23-Jun-2021377 2219

Make.unixH A D23-Jun-2021499 2421

Make.win32H A D23-Jun-2021826 4336

MakefileH A D23-Jun-20211.1 KiB7655

READMEH A D23-Jun-20211.1 KiB5031

args.hH A D23-Jun-2021709 2119

cpu-bl.cH A D23-Jun-202114.1 KiB731570

cpu.cH A D23-Jun-202113.9 KiB732571

drawterm.hH A D23-Jun-2021472 1413

drawterm.icoHD23-Jun-20211.6 KiB

drawterm.rcH A D23-Jun-20211.7 KiB7354

drawterm.resHD23-Jun-20211.7 KiB

latin1.cH A D23-Jun-20217.6 KiB178159

main.cH A D23-Jun-20212.4 KiB127107

posix-factotum.cH A D23-Jun-20211.8 KiB10784

readcons.cH A D23-Jun-20211.8 KiB11199

resource.hH A D23-Jun-2021457 179

secstore.cH A D23-Jun-202115.4 KiB668575

win32-factotum.cH A D23-Jun-2021238 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