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

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.