code: drawterm

Download patch

ref: 08a8630d027531e475ce1103f292bc664e57097b
parent: 68fe504f349dd77566041e69f6b2534ec57707e0
author: 23hiro <23hiro@gmail.com>
date: Sat Feb 20 22:53:32 EST 2016

simplify README

--- a/README
+++ b/README
@@ -4,46 +4,19 @@
 
 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.
+To build on Windows, you can use Visual C or Mingw on cygwin.
 
-(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/
+please stand by.
 
 
 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)
+https://code.9front.org/hg/drawterm
 
 
 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.
-
-
-
+No.