mirror of
git://git.9front.org/plan9front/drawterm
synced 2025-12-11 16:49:11 +00:00
No description
| exportfs | ||
| gui-android | ||
| gui-cocoa | ||
| gui-fbdev | ||
| gui-haiku | ||
| gui-win32 | ||
| gui-wl | ||
| gui-x11 | ||
| include | ||
| kern | ||
| libauth | ||
| libauthsrv | ||
| libc | ||
| libdraw | ||
| libip | ||
| libmemdraw | ||
| libmemlayer | ||
| libmp | ||
| libsec | ||
| posix-port | ||
| aan.c | ||
| args.h | ||
| cpu.c | ||
| drawterm.1 | ||
| drawterm.h | ||
| drawterm.rc | ||
| drawterm.res | ||
| glenda-t.ico | ||
| glenda-t.rc | ||
| glenda-t.xbm | ||
| latin1.c | ||
| LICENSE | ||
| main.c | ||
| Make.android | ||
| Make.android-386 | ||
| Make.android-amd64 | ||
| Make.android-arm | ||
| Make.android-arm64 | ||
| Make.config | ||
| Make.dragonfly | ||
| Make.fbdev | ||
| Make.freebsd | ||
| Make.haiku | ||
| Make.irix | ||
| Make.linux | ||
| Make.linux386 | ||
| Make.netbsd | ||
| Make.openbsd | ||
| Make.osx-cocoa | ||
| Make.osx-x11 | ||
| Make.pthread | ||
| Make.sun | ||
| Make.unix | ||
| Make.win32 | ||
| Make.win64 | ||
| Makefile | ||
| posix-factotum.c | ||
| README | ||
| resource.h | ||
| secstore.c | ||
| win32-factotum.c | ||
DESCRIPTION ----------- This is a fork of Russ Cox's drawterm to incorporate features from Plan9front (http://9front.org), most importantly DP9IK authentication support (see authsrv(6)) and the TLS based rcpu(1) protocol. 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 can't use Visual C. Use Mingw on cygwin. To build on Mac OS X with X11 (xquartz), run CONF=osx-x11 make. To build on Mac OS X with Cocoa, run CONF=osx-cocoa make and "cp drawterm gui-cocoa/drawterm.app/". To build for Android, make sure Make.android* and gui-android/Makefile are correct for your build and target systems, then run make -f Make.android USAGE ------- On Android the five checkboxes at the top represent the three mouse buttons and mousewheel, determining which "buttons" are clicked. The "kb" button toggles the soft keyboard. CAVEATS -------- Be aware that right now on Android the login details are saved as a plaintext string if saved, and there is no secstore support. BINARIES --------- http://drawterm.9front.org/ SOURCE ------ http://git.9front.org/plan9front/drawterm/HEAD/info.html HELP ---- No.