quintilation/drawterm-metal-cocoa
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
DESCRIPTION ----------- This is a fork of 9front's drawterm to add features for macOS. Features of CONF=osx-metal - native resolution support for HiDPI screens - use control, option, and command keys for mouse 1, 2, and 3 clicks - use three finger touch for mouse 2 click - use four finger touch for mouse 2-1 chord - scale cursor to 32x32 using an EPX algorithm - basic support for macOS input method Features of CONF=osx-cocoa - native resolution support for HiDPI screens - use control, option, and command keys for mouse 1, 2, and 3 clicks ~~ Original README from Plan9front =============================== 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/". BINARIES --------- http://drawterm.9front.org/ SOURCE ------ https://code.9front.org/hg/drawterm HELP ---- No.
Releases
No releases published
Languages
- C 91.5%
- C++ 5.2%
- Objective-C 2.3%
- Other 1.0%