Re: [dev] Privilege escalation on remote hosts. MANY remote hosts.

2017-09-22 Thread Lucas Gabriel Vuotto
You forgot to shit about vulkan in your rampage. (/s) Maybe you could be helpful and provide an idea for the problem Kamil is asking, instead of ranting about not using C. I still remember the words of arg, FRIGN & co after slcon4 stating that they'll start moderating the community. All I've se

Re: [dev] [PATCH 2/2] slstatus: determine the number of cpu's in runtime

2017-09-15 Thread Lucas Gabriel Vuotto
Hi Kurt, On 09/15/17 14:50, Kurt Van Dijck wrote: > This runtime probe is only used when cpu usage is reported relative to 1cpu. > The default case reports cpu usage relative to 100%, and not runtime > cpu counting is required. > > Signed-off-by: Kurt Van Dijck > --- > config.def.h | 7 ---

Re: [dev] [st] patch for bold, italic, underline colors

2017-04-23 Thread Lucas Gabriel Vuotto
Hi Suraj, usually, git protocol is read-only. Have you tried pushing with the remote set to http://git.suckless.org/sites ? Cheers. On 23/04/17 16:09, Suraj N. Kurapati wrote: Hello, I was unable to push the attached patch to the st wiki: $ git push Counting objects: 7, done. D

Re: [dev] Good Morning, and a question about st (italic mode switches color).

2016-10-05 Thread Lucas Gabriel Vuotto
$ echo '140,146p' | ed config.def.h 20475 /* * Colors used, when the specific fg == defaultfg. So in reverse mode this * will reverse too. Another logic would only make the simple feature too * complex. */ static unsigned int defaultitalic = 11; static unsigned int defaultunderline = 7; On 05

Re: [dev] a few questions about watch in ubase

2016-04-25 Thread Lucas Gabriel Vuotto
I've an almost complete tput (the program) to add to ubase which has a terminfo library at is core. I'm planning to send the patch in the next week if I've time. Soon we'll be able to stop hardcoding this sequences. Be patient :) On 25/04/16 15:11, k...@shike2.com wrote: clear(1) from ncurses