[9fans] Fontsrv

2016-09-23 Thread Yaroslav Kolomiiets
A backport of fontsrv from p9p to Plan 9 is almost complete, based on an earlier port of freetype library found at mirtchovski.com. Besides TTFs, it happens to render most of the Type 1 fonts already there, enabling their use in devdraw programs. Coming soon. - Yaroslav

Re: [9fans] Backgrounding a task

2017-10-23 Thread Yaroslav Kolomiiets
“window -m cmd” will run the command in the same namespace, forked, but in new window. “-m” is for “mount”, an alternative way of communication with the window system to /dev/wctl which is default. Yaroslav Kolomiiets 7 жовт. 2017 р. о 15:21 Chris McGee пише: Thanks for the tip! I'll