Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Q: What's the difference between a duck and an elephant? A: You can't get down off an elephant.


comp / comp.os.linux.advocacy / Re: Back to urxvt

SubjectAuthor
* Back to urxvtChris Ahlstrom
`* Re: Back to urxvtcandycanearter07
 `* Re: Back to urxvtChris Ahlstrom
  `- Re: Back to urxvtcandycanearter07

1
Subject: Back to urxvt
From: Chris Ahlstrom
Newsgroups: comp.os.linux.advocacy
Organization: None
Date: Wed, 25 Sep 2024 11:51 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Back to urxvt
Date: Wed, 25 Sep 2024 07:51:28 -0400
Organization: None
Lines: 32
Message-ID: <vd0tg1$3lgc3$5@dont-email.me>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Wed, 25 Sep 2024 13:51:30 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="a09c1bcc1da5f9f28fe37194d7780190";
logging-data="3850627"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19dx0tO0Gk0HldTda5Tmrgc"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:JY1Tj52oo4zdmJoGpHfpSBM2j5w=
X-Face: 63n<76,LYJQ2m#'5YL#.T95xqyPiG`ffIP70tN+j"(&@6(4l\7uL)2+/-r0)/9SjZ`qw=
Njn mr93Xrerx}aQG-Ap5IHn"xe;`5:pp"$RH>Kx_ngWw%c\+6qSg!q"41n2[.N/;Pu6q8?+Poz~e
A9? $6_R7cm.l!s8]yfv7x+-FYQ|/k
View all headers

I had changed from rxvt-unicode (urxvt) back to xfce4-terminal because
of an issue with escape sequences appearing when tmux was started.
But I was irked by some of the differences in copy/paste. So I revisited this
Arch User Repository project that patches that bug:

https://aur.archlinux.org/packages/rxvt-unicode-truecolor-wide-glyphs

The process:

1. Click on the Git URL shown there.
2. git clone https://aur.archlinux.org/rxvt-unicode-truecolor-wide-glyphs.git
3. cd rxvt-unicode-truecolor-wide-glyphs
4. Note the PKGBUILD file, which specifies a lot of stuff, including
checksums and build commands. In this case, there are also a bunch
of additional files, including patch files.
5. Run "makepkg". This builds the whole thing, assuming all dependencies
(listed at the AUR site) are present.
6. Run "makepkg --install". It will ask about getting root.

One one laptop, I had to remove some old "debug" code. Otherwise,
very simple.

Now I need to disable the Perl "confirm-paste" extension, which is annoying.

--
.... a thing called Ethics, whose nature was confusing but if you had it you
were a High-Class Realtor and if you hadn't you were a shyster, a piker and
a fly-by-night. These virtues awakened Confidence and enabled you to handle
Bigger Propositions. But they didn't imply that you were to be impractical
and refuse to take twice the value for a house if a buyer was such an idiot
that he didn't force you down on the asking price.
-- Sinclair Lewis, "Babbitt"

Subject: Re: Back to urxvt
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Wed, 25 Sep 2024 13:40 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Back to urxvt
Date: Wed, 25 Sep 2024 13:40:04 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 30
Message-ID: <slrnvf844j.19b1p.candycanearter07@candydeb.host.invalid>
References: <vd0tg1$3lgc3$5@dont-email.me>
Injection-Date: Wed, 25 Sep 2024 15:40:04 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="fb76d55e086b346deefe6b1ca9fba3d4";
logging-data="3897136"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+m7VKx3ekLG3g7iETVsRqF+T+Hit5JxTcwvmX0Np5R5A=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:QNKBeIZRCf16dAsjWpayAZs39qo=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 11:51 this Wednesday (GMT):
> I had changed from rxvt-unicode (urxvt) back to xfce4-terminal because
> of an issue with escape sequences appearing when tmux was started.
> But I was irked by some of the differences in copy/paste. So I revisited this
> Arch User Repository project that patches that bug:
>
> https://aur.archlinux.org/packages/rxvt-unicode-truecolor-wide-glyphs
>
> The process:
>
> 1. Click on the Git URL shown there.
> 2. git clone https://aur.archlinux.org/rxvt-unicode-truecolor-wide-glyphs.git
> 3. cd rxvt-unicode-truecolor-wide-glyphs
> 4. Note the PKGBUILD file, which specifies a lot of stuff, including
> checksums and build commands. In this case, there are also a bunch
> of additional files, including patch files.
> 5. Run "makepkg". This builds the whole thing, assuming all dependencies
> (listed at the AUR site) are present.
> 6. Run "makepkg --install". It will ask about getting root.
>
> One one laptop, I had to remove some old "debug" code. Otherwise,
> very simple.
>
> Now I need to disable the Perl "confirm-paste" extension, which is annoying.
>

Nice! I used to use urxvt for a while, until I found wezterm.
--
user <candycane> is generated from /dev/urandom

Subject: Re: Back to urxvt
From: Chris Ahlstrom
Newsgroups: comp.os.linux.advocacy
Organization: None
Date: Wed, 25 Sep 2024 15:36 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: OFeem1987@teleworm.us (Chris Ahlstrom)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Back to urxvt
Date: Wed, 25 Sep 2024 11:36:42 -0400
Organization: None
Lines: 38
Message-ID: <vd1ama$3nntn$3@dont-email.me>
References: <vd0tg1$3lgc3$5@dont-email.me>
<slrnvf844j.19b1p.candycanearter07@candydeb.host.invalid>
Reply-To: OFeem1987@teleworm.us
Injection-Date: Wed, 25 Sep 2024 17:36:42 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="8562fae97c51c848814de78065d1c94d";
logging-data="3923895"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18JLovf41s94qCz3kWwPAgl"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:ItEj3QdlA3amkzckFk/bvj+6N9g=
X-Slrn: Why use anything else?
X-User-Agent: Microsoft Outl00k, Usenet K00k Editions
X-Face: 63n<76,LYJQ2m#'5YL#.T95xqyPiG`ffIP70tN+j"(&@6(4l\7uL)2+/-r0)/9SjZ`qw=
Njn mr93Xrerx}aQG-Ap5IHn"xe;`5:pp"$RH>Kx_ngWw%c\+6qSg!q"41n2[.N/;Pu6q8?+Poz~e
A9? $6_R7cm.l!s8]yfv7x+-FYQ|/k
X-Mutt: The most widely-used MUA
View all headers

candycanearter07 wrote this copyrighted missive and expects royalties:

> Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 11:51 this Wednesday (GMT):
>> I had changed from rxvt-unicode (urxvt) back to xfce4-terminal because
>> of an issue with escape sequences appearing when tmux was started.
>> But I was irked by some of the differences in copy/paste. So I revisited this
>> Arch User Repository project that patches that bug:
>>
>> https://aur.archlinux.org/packages/rxvt-unicode-truecolor-wide-glyphs
>>
>> The process:
>>
>> 1. Click on the Git URL shown there.
>> 2. git clone https://aur.archlinux.org/rxvt-unicode-truecolor-wide-glyphs.git
>> 3. cd rxvt-unicode-truecolor-wide-glyphs
>> 4. Note the PKGBUILD file, which specifies a lot of stuff, including
>> checksums and build commands. In this case, there are also a bunch
>> of additional files, including patch files.
>> 5. Run "makepkg". This builds the whole thing, assuming all dependencies
>> (listed at the AUR site) are present.
>> 6. Run "makepkg --install". It will ask about getting root.
>>
>> One one laptop, I had to remove some old "debug" code. Otherwise,
>> very simple.
>>
>> Now I need to disable the Perl "confirm-paste" extension, which is annoying.
>
> Nice! I used to use urxvt for a while, until I found wezterm.

Yeah, that looks nice, too. I use compton/picom for transparency and tmux for
terminal multiplexing.

I see Arch provides wezterm. It's huge (almost 120 Mb), but I'll give it a
spin.

--
I give you the man who -- the man who -- uh, I forgets the man who?
-- Beauregard Bugleboy

Subject: Re: Back to urxvt
From: candycanearter07
Newsgroups: comp.os.linux.advocacy
Organization: the-candyden-of-code
Date: Wed, 25 Sep 2024 18:40 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: candycanearter07@candycanearter07.nomail.afraid (candycanearter07)
Newsgroups: comp.os.linux.advocacy
Subject: Re: Back to urxvt
Date: Wed, 25 Sep 2024 18:40:04 -0000 (UTC)
Organization: the-candyden-of-code
Lines: 40
Message-ID: <slrnvf8ltt.1rq1g.candycanearter07@candydeb.host.invalid>
References: <vd0tg1$3lgc3$5@dont-email.me>
<slrnvf844j.19b1p.candycanearter07@candydeb.host.invalid>
<vd1ama$3nntn$3@dont-email.me>
Injection-Date: Wed, 25 Sep 2024 20:40:04 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="8138df3de29e00a135922f2d64307d22";
logging-data="3990555"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18UdZ+Tx5s4nyoVehGrR4S98/ZMl1UKJ+Egt3NGUrkFKg=="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:Npt3R6c5XurPT48o2mKkHwMkrpE=
X-Face: b{dPmN&%4|lEo,wUO\"KLEOu5N_br(N2Yuc5/qcR5i>9-!^e\.Tw9?/m0}/~:UOM:Zf]%
b+ V4R8q|QiU/R8\|G\WpC`-s?=)\fbtNc&=/a3a)r7xbRI]Vl)r<%PTriJ3pGpl_/B6!8pe\btzx
`~R! r3.0#lHRE+^Gro0[cjsban'vZ#j7,?I/tHk{s=TFJ:H?~=]`O*~3ZX`qik`b:.gVIc-[$t/e
ZrQsWJ >|l^I_[pbsIqwoz.WGA]<D
View all headers

Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 15:36 this Wednesday (GMT):
> candycanearter07 wrote this copyrighted missive and expects royalties:
>
>> Chris Ahlstrom <OFeem1987@teleworm.us> wrote at 11:51 this Wednesday (GMT):
>>> I had changed from rxvt-unicode (urxvt) back to xfce4-terminal because
>>> of an issue with escape sequences appearing when tmux was started.
>>> But I was irked by some of the differences in copy/paste. So I revisited this
>>> Arch User Repository project that patches that bug:
>>>
>>> https://aur.archlinux.org/packages/rxvt-unicode-truecolor-wide-glyphs
>>>
>>> The process:
>>>
>>> 1. Click on the Git URL shown there.
>>> 2. git clone https://aur.archlinux.org/rxvt-unicode-truecolor-wide-glyphs.git
>>> 3. cd rxvt-unicode-truecolor-wide-glyphs
>>> 4. Note the PKGBUILD file, which specifies a lot of stuff, including
>>> checksums and build commands. In this case, there are also a bunch
>>> of additional files, including patch files.
>>> 5. Run "makepkg". This builds the whole thing, assuming all dependencies
>>> (listed at the AUR site) are present.
>>> 6. Run "makepkg --install". It will ask about getting root.
>>>
>>> One one laptop, I had to remove some old "debug" code. Otherwise,
>>> very simple.
>>>
>>> Now I need to disable the Perl "confirm-paste" extension, which is annoying.
>>
>> Nice! I used to use urxvt for a while, until I found wezterm.
>
> Yeah, that looks nice, too. I use compton/picom for transparency and tmux for
> terminal multiplexing.
>
> I see Arch provides wezterm. It's huge (almost 120 Mb), but I'll give it a
> spin.

Yeah, it might be "bloated" or whatever, but it's also super clean!
--
user <candycane> is generated from /dev/urandom

1

rocksolid light 0.9.8
clearnet tor