Re: [dev] [st] Text select and autoscroll

2017-09-14 Thread Greg Reagle
On Thu, Sep 14, 2017, at 04:26, Rasmus Edgar wrote: > How do I get auto scroll (upwards and downwards) functionality when > selecting text which goes beyond terminal height? dvtm [1] and tmux provide scrollback buffer that can be viewed/edited. Despite what the dvtm webpage says about copymode r

Re: [dev] [PATCH] slstatus: set locale

2017-09-14 Thread Donkey Saplot
I have to agree. Locales suck much less when english is not your first language. And especially when your keyboard is azerty... On Thu, Sep 14, 2017 at 11:36:53PM +0200, Kurt Van Dijck wrote: > > Hi, > > > > I will not merge as locales suck. > > My brain is more efficient when things are display

[dev] [PATCH] slstatus: cpu_perc: make 100% equivalent of 1 cpu

2017-09-14 Thread Kurt Van Dijck
This commit allows to specify (statically) the number of CPU's (ncpu). This allows to show the cpu usage relative to 1 CPU. So, when 1 cpu is busy, 100% is shown. 2 cpu's busy: 200%, and so on. At this point, the configuration of ncpu is static. When no number is given (the backward compatible opt

[dev] [PATCH] slstatus: add cpu_iowait

2017-09-14 Thread Kurt Van Dijck
This commit introduces the cpu_iowait item, this is the percentage of cpu time spent waiting on disks. High numbers typically indicate that your system is not responsive due to disk IO. This commit also avoid sleeping inside the cpu_perc and cpu_iowait functions: waiting in either one implies lost

Re: [dev] [PATCH 3/3] slstatus: cpu_perc: make 100% equivalent of 1 cpu

2017-09-14 Thread Kurt Van Dijck
> why introduce some misunderstandable concept like more than 100%? > I would instead create an argument to specifiy the CPU in config.h maybe? Your solution does not address your concern in this, but your solution may be more elegant that adding the number of cpus as argument. I'll redo the patch

Re: [dev] [PATCH] slstatus: set locale

2017-09-14 Thread Kurt Van Dijck
> Hi, > > I will not merge as locales suck. My brain is more efficient when things are displayed using my locale info. My computer's goal is to serve humans as good as possible. So in this case, the computer is definitely wrong, not me. Did you also propose an alternative for it? Regards, Kurt

Re: [dev] [st] macOS: Wide Asian Glyphs

2017-09-14 Thread Eric Pruitt
On Thu, Sep 14, 2017 at 01:51:26PM -0700, Eric Pruitt wrote: > On Thu, Sep 14, 2017 at 12:01:42PM -0400, Gary Allen Vollink wrote: > > 3) I'm not proud of this, but it works reliably. I wrote a nasty hack > > that force-fixes the width/overlap problem with Emoji (and some other > > odd font-substi

Re: [dev] [st] macOS: Wide Asian Glyphs

2017-09-14 Thread Eric Pruitt
On Thu, Sep 14, 2017 at 12:01:42PM -0400, Gary Allen Vollink wrote: > 3) I'm not proud of this, but it works reliably. I wrote a nasty hack > that force-fixes the width/overlap problem with Emoji (and some other > odd font-substitution problems). I know that this is 'fixed' in > glibc's most rece

Re: [dev] [PATCH 3/3] slstatus: cpu_perc: make 100% equivalent of 1 cpu

2017-09-14 Thread Aaron Marcher
Dear Laslo, this concept is quite established as far as I have seen and would support the proposed change. I did not know that. Then I agree too. Regards, Aaron -- Web: https://drkhsh.at/ or http://drkhsh5rv6pnahas.onion/ Gopher: gopher://drkhsh.at or gopher://drkhsh5rv6pnahas.onion GPG: 0x0

Re: [dev] [PATCH 3/3] slstatus: cpu_perc: make 100% equivalent of 1 cpu

2017-09-14 Thread Laslo Hunhold
On Thu, 14 Sep 2017 22:00:40 +0200 Aaron Marcher wrote: Dear Aaron, > why introduce some misunderstandable concept like more than 100%? I > would instead create an argument to specifiy the CPU in config.h > maybe? this concept is quite established as far as I have seen and would support the pr

Re: [dev] [PATCH 2/3] slstatus: add cpu_iowait

2017-09-14 Thread Aaron Marcher
Hi, could you send this patch again but as a single patch as I will not merge the rest of the patch series? Regards, Aaron -- Web: https://drkhsh.at/ or http://drkhsh5rv6pnahas.onion/ Gopher: gopher://drkhsh.at or gopher://drkhsh5rv6pnahas.onion GPG: 0x09e71697435bf54b Fingerprint: 57D2 5F2C

Re: [dev] [PATCH 3/3] slstatus: cpu_perc: make 100% equivalent of 1 cpu

2017-09-14 Thread Aaron Marcher
Hi, why introduce some misunderstandable concept like more than 100%? I would instead create an argument to specifiy the CPU in config.h maybe? Regards, Aaron -- Web: https://drkhsh.at/ or http://drkhsh5rv6pnahas.onion/ Gopher: gopher://drkhsh.at or gopher://drkhsh5rv6pnahas.onion GPG: 0x09e7

Re: [dev] [PATCH 1/3] slstatus: drop sleep from cpu_perc

2017-09-14 Thread Aaron Marcher
Hi, I think average values (waiting) are important. Regards, Aaron -- Web: https://drkhsh.at/ or http://drkhsh5rv6pnahas.onion/ Gopher: gopher://drkhsh.at or gopher://drkhsh5rv6pnahas.onion GPG: 0x09e71697435bf54b Fingerprint: 57D2 5F2C 9402 A6BD FEF9 B3B6 09E7 1697 435B F54B

Re: [dev] [PATCH] slstatus: set locale

2017-09-14 Thread Aaron Marcher
Hi, I will not merge as locales suck. Regards, Aaron -- Web: https://drkhsh.at/ or http://drkhsh5rv6pnahas.onion/ Gopher: gopher://drkhsh.at or gopher://drkhsh5rv6pnahas.onion GPG: 0x09e71697435bf54b Fingerprint: 57D2 5F2C 9402 A6BD FEF9 B3B6 09E7 1697 435B F54B

[dev] [st] macOS: Wide Asian Glyphs

2017-09-14 Thread Gary Allen Vollink
Hi, I'm absolutely new here. If I'm breaking protocols, I'm sorry. 3 Items. 1) I tried to use the 'get' command to respond to an e-mail from a few days ago, but nothing was returned. ...I ran into an issue that may have happened to others... I found a font that was improperly installed, reada

Re: [dev] [st] Text select and autoscroll

2017-09-14 Thread David Phillips
On Thu, Sep 14, 2017 at 10:26:56AM +0200, Rasmus Edgar wrote: > Hi, > > How do I get auto scroll (upwards and downwards) functionality when > selecting text which goes beyond terminal height? > > Br, > Rasmus st does not scroll

Re: [dev] [st] Text select and autoscroll

2017-09-14 Thread Quentin Rameau
On Thu, 14 Sep 2017 10:26:56 +0200 Rasmus Edgar wrote: > Hi, Hi, > How do I get auto scroll (upwards and downwards) functionality when > selecting text which goes beyond terminal height? You don't. When text goes beyond terminal height, it's lost.

[dev] [st] Text select and autoscroll

2017-09-14 Thread Rasmus Edgar
Hi, How do I get auto scroll (upwards and downwards) functionality when selecting text which goes beyond terminal height? Br, Rasmus