Skip to content
/ conterm Public
forked from 0intro/conterm

Drawterm without graphical user interface.

License

Notifications You must be signed in to change notification settings

anths/conterm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conterm — drawterm without the graphics

(The below comes almost straight from drawterm; changes in the repo are minimal beyond getting things working.)

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.

About

Drawterm without graphical user interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.7%
  • Python 6.5%
  • C++ 1.2%
  • Other 0.6%