mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Add note about window placement
This commit is contained in:
parent
3cb977fe6c
commit
50e1783a7e
1 changed files with 16 additions and 0 deletions
16
NOTES
16
NOTES
|
@ -148,6 +148,22 @@ There is a "win" shell. Of course, since we're on Unix, win can't
|
|||
tell when programs are reading from the tty, so proper input point
|
||||
management is right out the window.
|
||||
|
||||
* Rio, 9term
|
||||
|
||||
There is a 9wm-derived window manager called rio.
|
||||
Along with the terminal 9term, the emulation feels
|
||||
quite like Plan 9.
|
||||
|
||||
* Window Placement
|
||||
|
||||
All the graphical Plan 9 programs accept a new -W option
|
||||
that can be used to specify window size. The syntax is
|
||||
|
||||
acme -W spec
|
||||
|
||||
where spec can be WIDTHxHEIGHT, WIDTHxHEIGHT@XMIN,YMIN
|
||||
'XMIN YMIN XMAX YMAX' or XMIN,YMIN,XMAX,YMAX.
|
||||
|
||||
* Helping out
|
||||
|
||||
If you'd like to help out, great!
|
||||
|
|
Loading…
Reference in a new issue