[hackers] [st-orig][PATCH] Add MS Office 365 account requirement.

2022-03-31 Thread Christoph Lohmann
--- Makefile | 3 ++- st-o365-auth | 27 +++ st.1 | 8 x.c | 5 + 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100755 st-o365-auth diff --git a/Makefile b/Makefile index 44f84d1..6be45b1 100644 --- a/Makefile +++ b/Make

[hackers] [st][PATCH] Solve scrollback issues in st once and for all.

2022-01-09 Thread Christoph Lohmann
--- Makefile | 3 +++ st-scrollback | 4 st.1 | 8 3 files changed, 15 insertions(+) create mode 100755 st-scrollback diff --git a/Makefile b/Makefile index 470ac86..44f84d1 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ dist: clean mkdir -p st-$(VERSI

[hackers] [ii][PATCH 1/2] Increase ping timeout for bad connections.

2021-12-23 Thread Christoph Lohmann
--- ii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ii.c b/ii.c index 426fcff..1b3bb9e 100644 --- a/ii.c +++ b/ii.c @@ -30,7 +30,7 @@ size_t strlcpy(char *, const char *, size_t); #define IRC_CHANNEL_MAX 200 #define IRC_MSG_MAX 512 /* guaranteed to be <= than P

[hackers] [ii][PATCH 2/2] Reduce effective buffer size per channel input.

2021-12-23 Thread Christoph Lohmann
This will curb the easy way to trigger a too long line sent to the server and prevent this error and connection drop. --- ii.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ii.c b/ii.c index 1b3bb9e..2d485aa 100644 --- a/ii.c +++ b/ii.c @@ -683,7 +683,14 @@ read_line(

Re: [hackers] [st][PATCH] Add option: synchronize clipboards

2016-07-20 Thread Christoph Lohmann
ich does not comprehend to the X11 copy and paste model to fit to it. There’s always a way to visit some developer and tell him/her how to implement things right. If there’s interest in my ihateunix patch I could propose it on the wi‐ ki. Sincerely, Christoph Lohmann 💻 https://r-36.net 💻 gopher:

Re: [hackers] Re: [st][PATCH] make install terminfo files in share/terminfo

2016-07-18 Thread Christoph Lohmann
@tic -o ${DESTDIR}/${PREFIX}/share/terminfo -s st.info > > + Thanks for sending in the patch. I think you are fixing a problem in your distribution. tic(1) should do this on its own, without the need to specify this path. Which distribution or OS are you using? Sincerely, Christoph Lohmann

Re: [hackers] [st] Persistent clipboard patch RFC

2016-05-04 Thread Christoph Lohmann
lip will keep up a process and this might cause too many useless processes hanging around. This is rather a hack for a feature the X11 architecture is missing for you. You can add it to the wiki. For the final decision I’m waiting for the opinion of k0ga. He said on IRC, that he will review you

Re: [hackers] [tabbed] add -k to close tabbed foreground client on WMDelete

2016-04-25 Thread Christoph Lohmann
Greetings. On Mon, 25 Apr 2016 13:53:28 +0200 Quentin Rameau wrote: > On Fri, 25 Mar 2016 07:42:13 +0100 > Christoph Lohmann <2...@r-36.net> wrote: > > > Greetings. > > > > On Fri, 25 Mar 2016 07:42:13 +0100 Justin Keogh > > wrote: > > > Hello,

Re: [hackers] [tabbed] [PATCH] add -k to close tabbed foreground client on WMDelete

2016-03-24 Thread Christoph Lohmann
ior still respects -c/-f. Thanks for sending in the patch. I have applied it to mainline. Sincerely, Christoph Lohmann 💻 http://r-36.net 💻 gopher://r-36.net ☺ http://r-36.net/about 🔐 1C3B 7E6F 9805 E5C8 C0BD 1F7F EA21 7AAC 09A9 CB55 🔐 http://r-36.net/about/20h.asc 📧 2...@r-36.net

Re: [hackers] st: Fix off-by-one error when calculating character width.

2016-03-09 Thread Christoph Lohmann
ef glyph) when > measuring the average dimensions of printable ascii characters. > > This causes problems with fonts like GNU Unifont where the .notdef glyph is > not the same width as the usual half-width characters. Thanks, it has been applied. Sincerely, Christoph Lohmann 💻 http:/

Re: [hackers][sbase][PATCH] arg.h: fixed argv checks order

2016-02-21 Thread Christoph Lohmann
t I've also seen it in st repo, and I > suppose that this "bug" is present in all suckless' repo which uses arg.h . Thanks for finding this. It's in mainline now. Sincerely, Christoph Lohmann 💻 http://r-36.net 💻 gopher://r-36.net ☺ http://r-36.net/about 🔐 1C3B 7E

Re: [hackers] [PATCH] Added xft support

2016-02-18 Thread Christoph Lohmann
Greetings. On Thu, 18 Feb 2016 16:58:02 +0100 Lucas Gabriel Vuotto wrote: > Based on xft tabbed patch from the wiki. Thanks for sending in the patch. I have applied it to mainline. Sincerely, Christoph Lohmann 💻 http://r-36.net 💻 gopher://r-36.net ☺ http://r-36.net/about 🔐 1C3B 7

Re: [hackers] [slock] No need for usage() || FRIGN

2016-02-14 Thread Christoph Lohmann
package manager. I will mark this as yet another »FRIGN failure«. Sincerely, Christoph Lohmann

Re: [hackers] [tabbed][PATCH] Xft support

2016-02-13 Thread Christoph Lohmann
ere a reason for not doing it? Yes, it might be time to include xft support too. Other suckless projects have done this step too. If you send me a proper git‐send‐email patch to hackers@, I will include it, so you are in the git metadata. Sincerely, Christoph Lohmann 💻 http://r-36.net 💻

Re: [hackers] [st] patch: custom selection colors

2016-02-08 Thread Christoph Lohmann
d the patch by yourself: [0]. Sincerely, Christoph Lohmann [0] http://suckless.org/wiki 💻 http://r-36.net 💻 gopher://r-36.net ☺ http://r-36.net/about 🔐 1C3B 7E6F 9805 E5C8 C0BD 1F7F EA21 7AAC 09A9 CB55 🔐 http://r-36.net/about/20h.asc 📧 2...@r-36.net

Re: [hackers] [st][PATCH] I don't like yellow, it arouses me too much

2016-01-05 Thread Christoph Lohmann
ike yellow, it arouses me too much« is a personal taste and no reason for an inclusion into the main tree of st. Find a rationale for why every user should have this change included or add some »arousal scale theme« to the wiki as a personal patch. Sincerely, Christoph Lohmann 💻 http://r-36.net

Re: [hackers] [PATCH] yellow italics everywhere is for colorblind people

2016-01-05 Thread Christoph Lohmann
low. I won’t apply the patch with such a commit message. Sincerely, Christoph Lohmann 💻 http://r-36.net 💻 gopher://r-36.net ☺ http://r-36.net/about 🔐 1C3B 7E6F 9805 E5C8 C0BD 1F7F EA21 7AAC 09A9 CB55 🔐 http://r-36.net/about/20h.asc 📧 2...@r-36.net

Re: [hackers] [st] A better XClassHint class definition

2015-12-19 Thread Christoph Lohmann
t; XSizeHints *sizeh = NULL; On IRC I’ve given you hints how to make it more easier to apply patches from e‐mails. Sincerely, Christoph Lohmann 💻 http://r-36.net 💻 gopher://r-36.net ☺ http://r-36.net/about 🔐 1C3B 7E6F 9805 E5C8 C0BD 1F7F EA21 7AAC 09A9 CB55 🔐 http://r-36.net/about/20h.asc 📧 2...@r-36.net

Re: [hackers] [PATCH] Fix spelling of otherwise in surf.1

2015-12-08 Thread Christoph Lohmann
Greetings. On Tue, 08 Dec 2015 18:26:37 +0100 Michael Stevens wrote: > Add more spelling to surf. Thanks, it has been applied. Sincerely, Christoph Lohmann

Re: [hackers] [st] [PATCH] Replace four XftDrawRect calls with one XDrawRectangle

2015-12-07 Thread Christoph Lohmann
ted to keep to the Xft functions to do the drawing. The X11 stack isn’t nice here. Sincerely, Christoph Lohmann

Re: [hackers]

2015-11-01 Thread Christoph Lohmann
Greetings. I applied this patch besides it’s »usefullness / noise« ratio being very low. Please concentrate on bigger issues. Sincerely, Christoph Lohmann

Re: [hackers] [PATCH 2/2] Add setstyle()

2015-10-31 Thread Christoph Lohmann
Greetings. Thanks for sending in both patches. I have applied both. Sincerely, Christoph Lohmann

Re: [hackers] [st][PATCH] Change mshortcuts to mkeys to make it clear

2015-10-31 Thread Christoph Lohmann
nt from shortcuts. > > > 3. After you apply the patch st-git-20151006-scrollback-mouse.diff[0], > you will fell that it is a bit weird to use mshortcuts. I don’t want to comment this nonesense. See the git log for how I increased the consistency. Sincerely, Christoph Lohmann

Re: [hackers] [PATCH] Continue style fixing: function declarations, code alignement

2015-10-20 Thread Christoph Lohmann
xt. The problem was that the change to the »‐v« switch case in the main function was rejected. I changed it manually. Thanks for working on this. I updated the year to 2015 in this change. Sincerely, Christoph Lohmann

Re: [hackers] [PATCH] Continue style fixing: function declarations, code alignement

2015-10-20 Thread Christoph Lohmann
Greetings. I can't apply the patch cleanly against 9f5c6ff8d781f1a3a3b8fd4becd7122f3e809e1c. Sincerely, Christoph Lohmann

Re: [hackers] [PATCH] Continue style fixing: function declarations, code alignement

2015-10-19 Thread Christoph Lohmann
p the code as it is when possible. As said, I hereby officially declare a religious split for the surf or‐ thodoxy! We want tabs everywhere! All infidels will be killed who use spaces at the beginning of some indentation! Of course in other projects other holy words may apply. > > > - && strlen(uri) > 0) { > > > + && strlen(uri) > 0) { > > No. > Same answer. Be on the good side or the bad side. I am holding the sword of god! Sincerely, Christoph Lohmann

Re: [hackers] [PATCH] Continue style fixing: function declarations, code alignement

2015-10-19 Thread Christoph Lohmann
quot;) \ > - && !g_str_has_prefix(uri, "blob:") \ > - && strlen(uri) > 0) { > - > + && !g_str_has_prefix(uri, "https://";) \ > + && !g_str_has_prefix(uri, "about:") \ > + && !g_str_has_prefix(uri, "file://") \ > + && !g_str_has_prefix(uri, "data:") \ > + && !g_str_has_prefix(uri, "blob:") \ > + && strlen(uri) > 0) { No. The other changes look ok. Sincerely, Christoph Lohmann

Re: [hackers] [surf] [PATCH 2/2] style fixes: space after keywords, () with sizeof

2015-10-19 Thread Christoph Lohmann
pt? Sincerely, Christoph Lohmann

Re: [hackers] [surf] [PATCH 2/2] style fixes: space after keywords, () with sizeof

2015-10-18 Thread Christoph Lohmann
roke? I couldn’t resist the style patch. Sincerely, Christoph Lohmann

Re: [hackers] [surf] [PATCH] fix style path generation

2015-10-18 Thread Christoph Lohmann
Greetings. On Sun, 18 Oct 2015 16:35:41 +0200 Markus Teich wrote: > Christoph Lohmann wrote: > > Please use git‐format‐patch(1) to get the appropriate authorship in the git > > log. > > Heyho Christoph, > > You can actually just call `git am FILENAME` wi

Re: [hackers] [surf] [PATCH] fix style path generation

2015-10-18 Thread Christoph Lohmann
Greetings. On Sun, 18 Oct 2015 16:11:46 +0200 Markus Teich wrote: > Heyho, > > attached patch fixes building the styledir/stylefile path for the new > buildfile/buildpath semantics. Please use git‐format‐patch(1) to get the appropriate authorship in the git log. Sincerely

Re: [hackers] [surf] Restrict the way buildpath() modifies the filesystem.

2015-10-13 Thread Christoph Lohmann
ich doesn’t restrict the user. Generally I like die(), it does exactly what’s supposed to be and it’s one major key of the Unix philosophy – just die and don’t correct the error. Sincerely, Christoph Lohmann

Re: [hackers] [PATCH] Fix atom value parsing in SETPROP

2015-10-13 Thread Christoph Lohmann
ks for sending in the patch. I have applied it. Sincerely, Christoph Lohmann

Re: [hackers] [st] Making surf compile again with rt. || Christoph Lohmann

2014-07-01 Thread Christoph Lohmann
this patch refers to st. > > The description is wrong apparently. Yes, my fault. Sorry. I was in a rush. > On another note: Why is -lrt required and why didn't I get an error > compiling st without librt? Because that’s what the manpage says. Sincerely, Christoph Lohmann

Re: [hackers] [st] Allow mouse selection override using ShiftMask || Hiltjo Posthuma

2014-05-16 Thread Christoph Lohmann
, by default > ShiftMask. > > Signed-off-by: Hiltjo Posthuma You are not a maintainer of st. Don’t apply patches you are not allowed to decide about. I don’t want to apply such strict rules on the suckless repositories. Sincerely, Christoph Lohmann

Re: [hackers] [dev] [st] [patch] argbbg diff for st-0.5

2014-04-10 Thread Christoph Lohmann
to the wiki on your own [0]. We won’t do it. Sincerely, Christoph Lohmann [0] http://suckless.org/wiki

Re: [hackers] [surf] Removing a memory leak when u wasn't freed. || Christoph Lohmann

2014-02-06 Thread Christoph Lohmann
anks for the suggestion. Sincerely, Christoph Lohmann