• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

exportfs/H29-Dec-2010-1,3551,106

gui-osx/H26-Aug-2009-1,081909

gui-win32/H26-Aug-2009-772641

gui-x11/H15-Jul-2012-2,5102,115

include/H03-May-2022-2,2751,761

kern/H02-Jul-2013-23,42719,255

lib/codereview/H15-Jul-2012-3,5652,776

libauth/H26-Aug-2009-916761

libauthsrv/H26-Aug-2009-806679

libc/H02-Jul-2013-7,6936,546

libdraw/H26-Aug-2009-1,5391,369

libip/H06-Aug-2012-583487

libmemdraw/H29-Dec-2010-6,5065,307

libmemlayer/H26-Aug-2009-1,076861

libmp/H26-Aug-2009-2,3251,852

libsec/H03-Jan-2011-12,61110,788

posix-386/H26-Aug-2009-532443

posix-amd64/H26-Aug-2009-510397

posix-arm/H15-Jul-2012-530413

posix-mips/H26-Aug-2009-516397

posix-port/H26-Aug-2009-493380

posix-power/H26-Aug-2009-537413

posix-sun4u/H26-Aug-2009-502385

win32-386/H26-Aug-2009-547452

9ball.rcH A D26-Aug-200939 21

CONTRIBUTORSH A D06-Aug-2012345 119

LICENSEH A D26-Aug-200911.9 KiB246200

Make.configH A D26-Aug-200940 32

Make.irixH A D26-Aug-2009493 2522

Make.osxH A D26-Aug-2009414 2118

Make.osx-x11H A D26-Aug-2009426 2219

Make.pthreadH A D03-May-2022408 2320

Make.sunH A D26-Aug-2009377 2219

Make.unixH A D26-Aug-2009485 2421

Make.win32H A D26-Aug-2009826 4336

MakefileH A D06-Aug-20121.1 KiB7655

READMEH A D26-Aug-20091.1 KiB5031

args.hH A D26-Aug-2009709 2119

cpu-bl.cH A D26-Aug-200913.8 KiB715560

cpu.cH A D29-Dec-201013.9 KiB732571

drawterm.hH A D26-Aug-2009472 1413

drawterm.rcH A D26-Aug-20091.7 KiB7354

latin1.cH A D26-Aug-20097.6 KiB178159

main.cH A D26-Aug-20092.4 KiB127107

posix-factotum.cH A D26-Aug-20091.8 KiB10784

readcons.cH A D26-Aug-20091.8 KiB11199

resource.hH A D26-Aug-2009457 179

secstore.cH A D26-Aug-200915.4 KiB668575

win32-factotum.cH A D26-Aug-2009238 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