From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Mon, 15 Jun 2015 00:32:06 +0100 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] drawterm source? Topicbox-Message-UUID: 5880b1f2-ead9-11e9-9d60-3106f5b1d025 Where is the one true source of drawterm for windows? /sys/src/cmd/unix/drawterm ? swtch.com? elsewhere? -Steve From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 14 Jun 2015 16:55:13 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=94eb2c088868797f760518831284 Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 58853790-ead9-11e9-9d60-3106f5b1d025 --94eb2c088868797f760518831284 Content-Type: text/plain; charset=UTF-8 https://github.com/0intro/drawterm On Sun, Jun 14, 2015 at 4:32 PM, Steve Simon wrote: > Where is the one true source of drawterm for windows? > > /sys/src/cmd/unix/drawterm ? swtch.com? elsewhere? > > -Steve > > --94eb2c088868797f760518831284 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Sun, Jun 14, 2015 at 4:32 PM, Steve S= imon <steve@quintile.net> wrote:
Where is the one true source of drawterm for windows?

/sys/src/cmd/unix/drawterm ? swtch.com? elsewhere?

-Steve


--94eb2c088868797f760518831284-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Wed, 17 Jun 2015 16:15:56 +0100 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59826cbc-ead9-11e9-9d60-3106f5b1d025 > https://github.com/0intro/drawterm This version does populate /mnt/term with c: which the one on swtch.com does not, I believe this is because of an old but that caused "ls /mnt/term" to crash drawterm. However it doe snot seem to handle cut and paste between windows and plan9 any more. Anyone looked at this, or have a version which performs both of these features? Thanks, -Steve From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michaelian Ennis Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Message-Id: <6259886B-F16B-495B-91AE-BF580188A291@gmail.com> Date: Thu, 18 Jun 2015 03:18:46 -0700 References: In-Reply-To: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59896a1c-ead9-11e9-9d60-3106f5b1d025 fwiw=20 https://bitbucket.org/jas/drawterm-cocoa probably has seen the most day to day use since it's what most of coraid use= d. ian= From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michaelian Ennis Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Message-Id: Date: Thu, 18 Jun 2015 03:25:34 -0700 References: <6259886B-F16B-495B-91AE-BF580188A291@gmail.com> In-Reply-To: <6259886B-F16B-495B-91AE-BF580188A291@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 598e0afe-ead9-11e9-9d60-3106f5b1d025 On second thought I probably should have just said it has had much use for t= his reason. ian= From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 18 Jun 2015 12:33:33 +0200 Message-ID: From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59921c5c-ead9-11e9-9d60-3106f5b1d025 > This version does populate /mnt/term with c: which the one on swtch.com does not, > I believe this is because of an old but that caused "ls /mnt/term" to crash drawterm. Since my repository is pretty recent, there shouldn't be any difference with Russ' repository (except the following bug fix). > However it doe snot seem to handle cut and paste between windows and plan9 > any more. This is a regression caused by the move from 16-bit to 32-bit Rune. This issue was fixed yesterday thanks to Charles Forsyth and Balaji Srinivasa. -- David du Colombier From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 18 Jun 2015 12:41:47 +0200 Message-ID: From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59aaec1e-ead9-11e9-9d60-3106f5b1d025 > Anyone looked at this, or have a version which performs both of these features? So, I think you'll be happy with https://github.com/0intro/drawterm now. -- David du Colombier From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 18 Jun 2015 05:37:33 -0700 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59af4e4e-ead9-11e9-9d60-3106f5b1d025 On Thu Jun 18 03:43:58 PDT 2015, 0intro@gmail.com wrote: > > Anyone looked at this, or have a version which performs both of these features? > > So, I think you'll be happy with https://github.com/0intro/drawterm now. so why do we have so many un-coordinated versions of drawterm? - erik From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 18 Jun 2015 12:42:59 +0000 Message-ID: <20150618124259.Horde.QPMuafrUFGcEz__ulo4ADVt@ssl.eumx.net> From: Kurt H Maier To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: In-Reply-To: User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59b367d6-ead9-11e9-9d60-3106f5b1d025 Quoting erik quanstrom : > so why do we have so many un-coordinated versions of drawterm? because DVCS programs have solved all the problems preventing people from forking software for a single patch, then abandoning it forever khm From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 18 Jun 2015 14:47:12 +0200 Message-ID: From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59b72876-ead9-11e9-9d60-3106f5b1d025 > so why do we have so many un-coordinated versions of drawterm? Because the original repository is hosted on Bitbucket (and Google Code), and Russ won't accept to review changes on Rietveld anymore. So, I've simply moved it to GitHub. -- David du Colombier From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <15db46f2b6f884b716fe939057e0cac1@proxima.alt.za> To: 9fans@9fans.net Date: Thu, 18 Jun 2015 15:01:42 +0200 From: lucio@proxima.alt.za In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59bae948-ead9-11e9-9d60-3106f5b1d025 > so why do we have so many un-coordinated versions of drawterm? Because we can, unfortunately. You have to sell the value of coordination to a bunch of primadonnas, whose singularly valuable talent is to break the rules (or at least to swim against the stream). No use raging against this, it is the consequence of abundance. Lucio. From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <790fec79b38fe1ba85b5c61429bcff6c@proxima.alt.za> To: 9fans@9fans.net Date: Thu, 18 Jun 2015 15:05:10 +0200 From: lucio@proxima.alt.za In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59bf0082-ead9-11e9-9d60-3106f5b1d025 > So, I've simply moved it to GitHub. The voice of sanity! Lucio. PS: you should probably have made an announcement here, rather than have Erik extract one from you, but then so should Russ have warned us all, etc., back to the Big Bang. C'est la vie. From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) From: Jeff Sickel In-Reply-To: Date: Thu, 18 Jun 2015 08:16:01 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <46B9E4BB-F0D9-4837-8D78-427A8A4A2213@corpus-callosum.com> References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59cf0afe-ead9-11e9-9d60-3106f5b1d025 > On Jun 18, 2015, at 7:47 AM, David du Colombier <0intro@gmail.com> = wrote: >=20 >> so why do we have so many un-coordinated versions of drawterm? >=20 > Because the original repository is hosted on Bitbucket (and Google = Code), > and Russ won't accept to review changes on Rietveld anymore. For the same reason there are so many forks of everything else, everyone is [wants to be] a diva. But in reality, the multiple targets (X11 on various platforms/versions, OSX pre- and post-Carbon, iOS, and Windows) all have differences that = don=E2=80=99t always integrate into the same build system. I tried to keep the = drawterm- cocoa port viable across all targets, but after a migration of more = current libraries over from Plan 9 I never completed the X11 or Windows = integration to get those build. Never completed for two reasons, I don=E2=80=99t = have a Windows environment to build/test, nor are any of my X11 targets consistent: one build on an old Ubuntu works, a newer Ubuntu doesn=E2=80=99t, nor the = differing versions of X11 on my various FreeBSD releases I can test. And don=E2=80=99= t even get me started on the differing distros for Linux or testing for = CDE/GNOME/ KDE/Unity/Xfce=E2=80=A6 I=E2=80=99ve never pushed the X11 changes to support rio resizing as I = just don=E2=80=99t have a host (or time) to test. > So, I've simply moved it to GitHub. Maybe it is nice that Git is winning the DVCS wars. That said, there = needs to be an effort to port that beast to Plan 9 for those of us who still = use that platform for research and development. -jas From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 18 Jun 2015 06:56:13 -0700 Message-ID: From: michaelian ennis To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b10c9f9a4bda20518cb2bd6 Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59d33d4a-ead9-11e9-9d60-3106f5b1d025 --047d7b10c9f9a4bda20518cb2bd6 Content-Type: text/plain; charset=UTF-8 Does that mean you will be reviewing, responding and accepting changes? ian --047d7b10c9f9a4bda20518cb2bd6 Content-Type: text/html; charset=UTF-8
Does that mean you will be reviewing, responding and accepting changes?

ian

--047d7b10c9f9a4bda20518cb2bd6-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Thu, 18 Jun 2015 16:03:11 +0200 Message-ID: From: hiro <23hiro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/mixed; boundary=001a113430929683890518cb4425 Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59d7810c-ead9-11e9-9d60-3106f5b1d025 --001a113430929683890518cb4425 Content-Type: text/plain; charset=UTF-8 > so why do we have so many un-coordinated versions of drawterm? because nobody reads their mail ever. perhaps one of you guys can put this in though? i think it's good that someone who can't test his code changes doesn't commit to the "main" repo without giving disclaimers. In my experience enquiries via mail about the status of the code do get replies, so it's not too bad :) ---------- Forwarded message ---------- From: hiro <23hiro@gmail.com> Date: Sat, 14 Jul 2012 16:49:45 +0200 Subject: Re: drawterm 9c9f289188ff To: Russ Cox you're back, cool here's a patch for this. On 7/14/12, Russ Cox wrote: > sorry, i thought it was unused. > I have put the variable back. > > feel free to try mouse wheel support. i am not sure whether it ever worked. > my memory of drawterm is fading. > > russ > > > On Monday, May 28, 2012 at 8:17 PM, hiro wrote: > >> hi russ, >> >> this change breaks building the windows drawterm here. What's the >> rationale behind it?! >> >> http://code.swtch.com/drawterm/changeset/9c9f289188ff/raw/ >> Also, did mouswheel support ever work? Would it make sense for me to >> try working it out? >> >> case WM_MOUSEWHEEL: >> if ((int)(wparam & 0xFFFF0000)>0) >> b|=8; >> else >> b|=16; > > > > --001a113430929683890518cb4425 Content-Type: application/octet-stream; name="russ.patch" Content-Disposition: attachment; filename="russ.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: file0 IyBIRyBjaGFuZ2VzZXQgcGF0Y2gKIyBVc2VyIGhpcm8KIyBEYXRlIDEzNDIyNzY5MjIgLTcyMDAK IyBOb2RlIElEIDgwOTQ5YzViNDI1ZDliMmQ3ZmI5NzZhNjVkODZjNTY1YzA0ZjQwOGMKIyBQYXJl bnQgIDk4MjJmNjQyYmQ2MTgyYjkxYjJiYTE5NDcxY2Q5NDAwNjQ1NTU0ZWYKbWFrZSBtb3VzZXdl aGVlbCBhbmQgc29tZSBrZXlzIHdvcmsuCgpkaWZmIC1yIDk4MjJmNjQyYmQ2MSAtciA4MDk0OWM1 YjQyNWQgZ3VpLXdpbjMyL3NjcmVlbi5jCi0tLSBhL2d1aS13aW4zMi9zY3JlZW4uYwlTYXQgSnVs IDE0IDEwOjMwOjM1IDIwMTIgLTA0MDAKKysrIGIvZ3VpLXdpbjMyL3NjcmVlbi5jCVNhdCBKdWwg MTQgMTY6NDI6MDIgMjAxMiArMDIwMApAQCAtMzI5LDYgKzMyOSw3IEBACiAJaW50IGk7CiAJUmVj dGFuZ2xlIHI7CiAKKwliID0gMDsKIAlzd2l0Y2gobXNnKSB7CiAJY2FzZSBXTV9DUkVBVEU6CiAJ CWJyZWFrOwpAQCAtMzUzLDcgKzM1NCw2IEBACiAJY2FzZSBXTV9SQlVUVE9ORE9XTjoKIAkJeCA9 IExPV09SRChscGFyYW0pOwogCQl5ID0gSElXT1JEKGxwYXJhbSk7Ci0JCWIgPSAwOwogCQlpZih3 cGFyYW0gJiBNS19MQlVUVE9OKQogCQkJYiA9IDE7CiAJCWlmKHdwYXJhbSAmIE1LX01CVVRUT04p CkBAIC00MTMsOCArNDEzLDE5IEBACiAJCQlrYmRwdXRjKGtiZHEsIEtpbnMpOwogCQkJYnJlYWs7 CiAJCWNhc2UgVktfREVMRVRFOgotLy8JCQlrYmRwdXRjKGtiZHEsIEtkZWwpOwotCQkJa2JkcHV0 YyhrYmRxLCAweDdmKTsJLy8gc2hvdWxkIGhhdmUgS2RlbCBpbiBrZXlib2FyZC5oCisJCQlrYmRw dXRjKGtiZHEsIEtkZWwpOworCQkJYnJlYWs7CisJCWNhc2UgVktfSE9NRToKKwkJCWtiZHB1dGMo a2JkcSwgS2hvbWUpOworCQkJYnJlYWs7CisJCWNhc2UgVktfRU5EOgorCQkJa2JkcHV0YyhrYmRx LCBLZW5kKTsKKwkJCWJyZWFrOworCQljYXNlIFZLX1BSSU9SOgorCQkJa2JkcHV0YyhrYmRxLCBL cGd1cCk7CisJCQlicmVhazsKKwkJY2FzZSBWS19ORVhUOgorCQkJa2JkcHV0YyhrYmRxLCBLcGdk b3duKTsKIAkJCWJyZWFrOwogCQljYXNlIFZLX1VQOgogCQkJa2JkcHV0YyhrYmRxLCBLdXApOwpk aWZmIC1yIDk4MjJmNjQyYmQ2MSAtciA4MDk0OWM1YjQyNWQgaW5jbHVkZS9rZXlib2FyZC5oCi0t LSBhL2luY2x1ZGUva2V5Ym9hcmQuaAlTYXQgSnVsIDE0IDEwOjMwOjM1IDIwMTIgLTA0MDAKKysr IGIvaW5jbHVkZS9rZXlib2FyZC5oCVNhdCBKdWwgMTQgMTY6NDI6MDIgMjAxMiArMDIwMApAQCAt MjMsNiArMjMsNyBAQAogCiBlbnVtIHsKICAgICBLRj0gMHhGMDAwLCAvKiBSdW5lOiBiZWdpbm5p bmcgb2YgcHJpdmF0ZSBVbmljb2RlIHNwYWNlICovCisgICAgS2RlbD0gICAweDdmLAogICAgIFNw ZWM9ICAgMHhGODAwLAogICAgIC8qIEtGfDEsIEtGfDIsIC4uLiwgS0Z8MHhDIGlzIEYxLCBGMiwg Li4uLCBGMTIgKi8KICAgICBLaG9tZT0gIEtGfDB4MEQsCg== --001a113430929683890518cb4425-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 18 Jun 2015 14:20:25 +0000 Message-ID: <20150618142025.Horde.YyadxVAcN_e7G1T1jhIb1fy@ssl.eumx.net> From: Kurt H Maier To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: <15db46f2b6f884b716fe939057e0cac1@proxima.alt.za> In-Reply-To: <15db46f2b6f884b716fe939057e0cac1@proxima.alt.za> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59db77e4-ead9-11e9-9d60-3106f5b1d025 Quoting lucio@proxima.alt.za: > talent is to break the rules (or at least to swim against the stream). What rules? What stream? Are there even enough plan 9 users on earth to generate a "stream" with a current strong enough to swim against? khm From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <78aa35e37a05d5cf546f3b45e5db215f@quintile.net> From: "Steve Simon" Date: Thu, 18 Jun 2015 15:23:41 +0100 To: 9fans@9fans.net In-Reply-To: <20150618142025.Horde.YyadxVAcN_e7G1T1jhIb1fy@ssl.eumx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59df9950-ead9-11e9-9d60-3106f5b1d025 > Are there even enough plan 9 users on earth to generate a "stream" with > a current strong enough to swim against? Awww, there are enough of us to make a conga surely... -Steve From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20150618142025.Horde.YyadxVAcN_e7G1T1jhIb1fy@ssl.eumx.net> References: <15db46f2b6f884b716fe939057e0cac1@proxima.alt.za> <20150618142025.Horde.YyadxVAcN_e7G1T1jhIb1fy@ssl.eumx.net> Date: Thu, 18 Jun 2015 08:29:14 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a113953b64dd6f50518cc7822 Subject: Re: [9fans] drawterm source? Topicbox-Message-UUID: 59eb25f4-ead9-11e9-9d60-3106f5b1d025 --001a113953b64dd6f50518cc7822 Content-Type: text/plain; charset=UTF-8 apparently just enough for a stream of bullsh*t at every opportunity. > > Are there even enough plan 9 users on earth to generate a "stream" with > a current strong enough to swim against? > > > --001a113953b64dd6f50518cc7822 Content-Type: text/html; charset=UTF-8
apparently just enough for a stream of bullsh*t at every opportunity.



Are there even enough plan 9 users on earth to generate a "stream" with
a current strong enough to swim against?



--001a113953b64dd6f50518cc7822--