[dev] [st] [PATCH] update size hints on zoom

2014-06-18 Thread Troy Sankey
On font zooming (i.e. xzoom()), window size hints are not updated. This patch does that. Troy sizehints.diff Description: Binary data signature.asc Description: PGP signature

[dev] [ii] [PATCH] keep nick synchronized with server

2015-01-25 Thread Troy Sankey
Hi, If an error occurs changing nick (with /n) then it will become out of sync with the server. Here are some of the consequences: * ii will log outgoing messages with the new nick, but others will receive them from the old nick * private messaging breaks Conceivably, this issue is common on

Re: [dev] [ii] [PATCH] keep nick synchronized with server

2015-01-28 Thread Troy Sankey
On 2015-01-28 14:44:52 -0500, Nico Golde wrote: > What I think may be better would be to only set nick after a successful NICK > message was received from the network as Truls suggests. > Would you mind testing the attached patch? Tested, works. Can we still make it log to the network channel, e

Re: [dev] [website] [proposal] Add suckless logo and minor style change

2015-02-01 Thread Troy Sankey
On 2015-02-01 14:20:37 -0500, FRIGN wrote: > Good evening, > > looking at suckless.org, it's almost too bad the well-designed > suckless-'S' only exists as a favicon. > The motivation to bring the logo in more prominently is that > people remember images even better than names, and getting > atten

[dev] [slock] [PATCH] Ctrl-u now resets the input

2016-06-05 Thread Troy Sankey
Before this commit, only pressing Escape would reset the input. This commit makes Ctrl-u do the same. Rationale: it more closely mimics behavior of login(1)/getpass(3). --- slock.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/slock.c b/slock.c index c9cdee2..c3c3ebc 1

Re: [dev] [slock] [PATCH] Ctrl-u now resets the input

2016-06-10 Thread Troy Sankey
On 2016-06-08 03:55:38 -0400, Anselm R Garbe wrote: > Hi Troy, > > I'm not sure if this feature is really required. Typing a wrong > password can be corrected on second attempt anyways. True, and I know this well. However, muscle memory trumps logic, and I end up typing Ctrl-u every day a couple