2007-05-29 12:23:05 +00:00
2006-05-21 16:32:29 +00:00
2007-01-29 02:56:33 +00:00
2006-05-21 17:02:05 +00:00
2006-05-21 17:02:05 +00:00
2006-05-24 15:24:14 +00:00
2006-05-21 17:02:05 +00:00
2006-05-21 16:32:29 +00:00
2007-05-04 01:48:02 +00:00
add
2005-12-29 23:50:49 +00:00
2006-05-21 16:32:29 +00:00
2006-05-21 17:02:05 +00:00
2006-05-21 16:32:29 +00:00
2007-01-18 15:09:48 +00:00
2006-05-21 17:02:05 +00:00
2006-03-08 04:24:23 +00:00
2006-03-08 04:24:23 +00:00
2006-05-21 17:02:05 +00:00
2006-03-08 04:24:23 +00:00
2006-03-08 04:26:14 +00:00
2006-05-21 17:02:05 +00:00

INSTALLATION
--------------
To build on Unix, run CONF=unix make.

To build on Solaris using Sun cc, run CONF=sun make.

To build on Windows, you need Mingw.  See http://www.mingw.org.
Edit Make.config to uncomment the Windows section
and comment out the rest.  Then run CONF=windows make.

(You can download nmake from 
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
Rename it to make.exe and put it in your path somewhere.
)

I haven't tested the Windows build on Windows itself.
I cross-compile using mingw32 on Linux.


BINARIES
---------
See http://swtch.com/drawterm/


SOURCE
------
Use CVS: cvs -d :pserver:anoncvs@cvs.pdos.csail.mit.edu:/cvs co drawterm
On the web at http://cvs.pdos.csail.mit.edu/cvs/drawterm
In the Plan 9 distribution: /sys/src/cmd/unix/drawterm


HELP
----
Email Russ Cox <rsc@swtch.com> with bug reports or problems.


TO DO:
------

- Should import latest /dev/draw to allow resize of window

- Should copy 9term code and make console window a real
	9term window instead.

- Should implement /dev/label.



Description
No description provided
Readme LPL-1.02 759 KiB
Languages
C 93%
Python 6.5%
Makefile 0.5%