Skip to content

Plan9-Archive/drawterm-metal-cocoa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ea0eae · Oct 23, 2024
Sep 16, 2024
Jul 13, 2023
Aug 14, 2023
Aug 22, 2023
Apr 5, 2024
Mar 18, 2024
Nov 26, 2022
Aug 5, 2024
Sep 16, 2024
Sep 16, 2024
Sep 16, 2024
Aug 25, 2022
Dec 29, 2023
Jan 6, 2023
Aug 25, 2022
Aug 25, 2022
Feb 6, 2023
Apr 29, 2017
Jan 6, 2023
Dec 29, 2023
Oct 4, 2024
Nov 9, 2021
Jun 13, 2021
Aug 14, 2021
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Mar 8, 2006
Oct 3, 2024
Oct 23, 2024
Oct 23, 2024
Oct 3, 2024
Oct 3, 2024
Oct 23, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Jun 28, 2022
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Oct 23, 2024
Oct 3, 2024
Oct 3, 2024
Oct 3, 2024
Sep 1, 2021
Sep 16, 2024
Aug 8, 2005
Mar 18, 2024
Mar 18, 2024
Mar 18, 2024
Feb 20, 2016
Dec 29, 2005
Feb 20, 2016
Feb 20, 2016
Apr 26, 2016
Aug 25, 2022
Aug 14, 2021
Nov 9, 2021
Aug 8, 2005
Aug 25, 2022
Nov 4, 2005

Repository files navigation

DESCRIPTION
-----------
This is a fork of 9front's drawterm with the addition of osx-metal.

- native resolution support for HiDPI screens using metal

- 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

~~

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/".

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.

About

A fork of 9front's drawterm to add features for MacOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages