This is a version of drawterm
, with enhancements and modifications to the X11 interface, as described below.
The X11 window is a scaled view of the Plan 9 screen. The default scaling factor used assumes the Plan 9 screen is 96 dpi, and calculates the dpi of the X11 desktop using the various X11 screen size functions. The scale factor may be manually set using the -S
option.
A scale factor of 1.0 means a 1:1 mapping of Plan 9 to X, 2.0 means each Plan 9 pixel is doubled in size, and so on.
Resizing the X11 window changes the scaling factor, but not the size of the underlying Plan 9 screen.
Pressing F12
toggles full-screen mode. The key may be configured with the -K
option.
Writing to and reading from the snarf file copies to and from the X11 clipboard selection. The primary selection is not used.
The following X11-specific options are available :-
XStringToKeysym
function. The default key is F12
.There is also an additional generic option, -p
can be used to set the login password.
In addition to the X11 client libraries, this version needs the cairo and XRender client libaries and headers. On a ubuntu system, installing the following packages will provide these :-
libx11-dev
libxrender-dev
libcairo2-dev
Just run make
in the drawterm
directory. Hopefully an executable drawterm
in that directory will be the result.
The drawterm man page :- http://man.cat-v.org/plan_9/8/drawterm
Download this version :- http://sourceforge.net/projects/objecticon/files/misc/drawterm.tar.gz/download
Contents