Russ Cox is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

rsc / drawterm http://swtch.com/drawterm/

Plan 9 Terminal Emulator

Clone this repository (size: 753.9 KB): HTTPS / SSH
hg clone https://bitbucket.org/rsc/drawterm
hg clone ssh://hg@bitbucket.org/rsc/drawterm

drawterm overview

Recent commits See more »

Author Revision Comments Message Labels Date
Russ Cox 9c9f289188ff cleanup suggested by Geoff Collyer
Erik Quanstrom f368574a7a02 cpu: fix p9any v.2 negotiation
Erik Quanstrom fee046d0b313 devdraw: add new draw operators
Erik Quanstrom ee2277201846 expand iounit to handle large images in /dev/draw
Iaroslav K 45481a0e2c5f x11: pass F1-F12 keys
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.