From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <54D398D7.9070305@deadpixi.com> Date: Thu, 5 Feb 2015 10:22:47 -0600 From: Rob King User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [9fans] Standalone *nix port of sam Topicbox-Message-UUID: 41785d8e-ead9-11e9-9d60-3106f5b1d025 Hello everyone, I don't know how much interest there'd be, but if anyone ever needs to run sam standalone on *nix (that is, without plan9port), there's a standalone version available. It's based on the original port to X11 back in the 80s released by Lucent in 1989 or so. There aren't any dependencies other than Xlib/Xft, and it comes with scalable font support, a much improved B shell command (handles multiple instances of sam, and even better can be invoked on any machine involved in a sam -r session, even the remote one), and a few other changes. So yeah, it's not sam on Plan 9, but I have to use Linux on my work machines and can't install plan9port on them, so...there ya go. It should work on other *nix systems too, but I don't have any to try it out on. The code isn't pretty; I just hacked on it until I got it working the way I wanted to, but it's been stable enough for me. The source is at http://www.deadpixi.com/an-updated-version-of-sam Please let me know if you have any questions. Rob