Graham MacDonald 0a378b24be Get the harvey build started (+ getcallerpc changes) (#731) 6 years ago
..
exportfs 1ad29d2ba5 Convert all int8_t back to char 9 years ago
gui-osx 1ad29d2ba5 Convert all int8_t back to char 9 years ago
gui-win32 1ad29d2ba5 Convert all int8_t back to char 9 years ago
gui-x11 0a378b24be Get the harvey build started (+ getcallerpc changes) (#731) 6 years ago
include 999e4ebda0 ANOTHER round of type fixes. 9 years ago
kern 0a378b24be Get the harvey build started (+ getcallerpc changes) (#731) 6 years ago
libauth 0a378b24be Get the harvey build started (+ getcallerpc changes) (#731) 6 years ago
libauthsrv 1ad29d2ba5 Convert all int8_t back to char 9 years ago
libc 0a378b24be Get the harvey build started (+ getcallerpc changes) (#731) 6 years ago
libdraw 1ad29d2ba5 Convert all int8_t back to char 9 years ago
libip 1ad29d2ba5 Convert all int8_t back to char 9 years ago
libmemdraw 0a378b24be Get the harvey build started (+ getcallerpc changes) (#731) 6 years ago
libmemlayer a70b8e9158 update all the types to the standard types. 9 years ago
libmp 1ad29d2ba5 Convert all int8_t back to char 9 years ago
libsec 1ad29d2ba5 Convert all int8_t back to char 9 years ago
posix-386 a70b8e9158 update all the types to the standard types. 9 years ago
posix-amd64 736f7451b1 Fix the uxxint types from plan 9 to standard types 9 years ago
posix-arm 736f7451b1 Fix the uxxint types from plan 9 to standard types 9 years ago
posix-mips 736f7451b1 Fix the uxxint types from plan 9 to standard types 9 years ago
posix-port 736f7451b1 Fix the uxxint types from plan 9 to standard types 9 years ago
posix-power 736f7451b1 Fix the uxxint types from plan 9 to standard types 9 years ago
posix-sun4u 736f7451b1 Fix the uxxint types from plan 9 to standard types 9 years ago
win32-386 a70b8e9158 update all the types to the standard types. 9 years ago
9ball.ico c8feb49e42 Plan 9 from Bell Labs 2005-12-30 18 years ago
9ball.png c61726c3cf Plan 9 from Bell Labs 2009-04-13 15 years ago
9ball.rc c8feb49e42 Plan 9 from Bell Labs 2005-12-30 18 years ago
LICENSE c8feb49e42 Plan 9 from Bell Labs 2005-12-30 18 years ago
Make.config 61a4cafe41 Plan 9 from Bell Labs 2009-08-28 14 years ago
Make.irix 57b42a0c3b Plan 9 from Bell Labs 2006-01-18 18 years ago
Make.osx c886db2bae Plan 9 from Bell Labs 2011-03-22 13 years ago
Make.osx-x11 c61726c3cf Plan 9 from Bell Labs 2009-04-13 15 years ago
Make.pthread c61726c3cf Plan 9 from Bell Labs 2009-04-13 15 years ago
Make.sun 0112711b67 Plan 9 from Bell Labs 2006-05-22 18 years ago
Make.unix 67367aa312 Plan 9 from Bell Labs 2012-07-08 11 years ago
Make.win32 61a4cafe41 Plan 9 from Bell Labs 2009-08-28 14 years ago
Makefile c550f72506 Plan 9 from Bell Labs 2014-03-18 10 years ago
README 61a4cafe41 Plan 9 from Bell Labs 2009-08-28 14 years ago
args.h 25de748849 GNU General Public License 9 years ago
cpu-bl.c 1ad29d2ba5 Convert all int8_t back to char 9 years ago
cpu.c 1ad29d2ba5 Convert all int8_t back to char 9 years ago
drawterm.h 25de748849 GNU General Public License 9 years ago
drawterm.ico c8feb49e42 Plan 9 from Bell Labs 2005-12-30 18 years ago
drawterm.rc c8feb49e42 Plan 9 from Bell Labs 2005-12-30 18 years ago
drawterm.res c8feb49e42 Plan 9 from Bell Labs 2005-12-30 18 years ago
latin1.c 1ad29d2ba5 Convert all int8_t back to char 9 years ago
main.c 1ad29d2ba5 Convert all int8_t back to char 9 years ago
posix-factotum.c 25de748849 GNU General Public License 9 years ago
readcons.c 1ad29d2ba5 Convert all int8_t back to char 9 years ago
resource.h 25de748849 GNU General Public License 9 years ago
secstore.c 1ad29d2ba5 Convert all int8_t back to char 9 years ago
win32-factotum.c 25de748849 GNU General Public License 9 years ago

README

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 Mercurial: hg clone http://code.swtch.com/drawterm
On the web at http://code.swtch.com/drawterm
Tar file at http://swtch.com/drawterm/
In the Plan 9 distribution: /sys/src/cmd/unix/drawterm/ (sometimes out of date)


HELP
----
Issue tracker: http://code.swtch.com/drawterm/issues


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.