<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slock, branch 1.5</title>
<subtitle>slock fork - https://tools.suckless.org/slock/</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/'/>
<entry>
<title>bump version to 1.5</title>
<updated>2022-10-04T17:45:14+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=4f045545a25cc02c64bfc08d27ed2ccecb962292'/>
<id>4f045545a25cc02c64bfc08d27ed2ccecb962292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)</title>
<updated>2022-10-04T17:44:47+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=265704d73647e0d4823126bbb7ddde1d415a618d'/>
<id>265704d73647e0d4823126bbb7ddde1d415a618d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly clear the last entered character</title>
<updated>2017-03-25T20:51:29+00:00</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2017-03-25T20:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=35633d45672d14bd798c478c45d1a17064701aa9'/>
<id>35633d45672d14bd798c478c45d1a17064701aa9</id>
<content type='text'>
When enter is pressed, passwd[len] will be set to '\0'. Pressing
backspace is supposed to remove the last entered character.

But currently, the clearing has an off-by-one, as in setting
passwd[len] to '\0' just like enter would do.

You can also verify it by imagining len=1 and that it's impossible to
clear passwd[0] by pressing backspace with the current code.

Signed-off-by: Tobias Stoeckmann &lt;tobias@stoeckmann.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When enter is pressed, passwd[len] will be set to '\0'. Pressing
backspace is supposed to remove the last entered character.

But currently, the clearing has an off-by-one, as in setting
passwd[len] to '\0' just like enter would do.

You can also verify it by imagining len=1 and that it's impossible to
clear passwd[0] by pressing backspace with the current code.

Signed-off-by: Tobias Stoeckmann &lt;tobias@stoeckmann.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rm trailing whitespace in README</title>
<updated>2016-11-22T23:29:18+00:00</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=2d2a21a90ad1b53594b1b90b97486189ec54afce'/>
<id>2d2a21a90ad1b53594b1b90b97486189ec54afce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax fix</title>
<updated>2016-11-22T23:28:43+00:00</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=325581b935c74c321062d1f6873704411bcc5071'/>
<id>325581b935c74c321062d1f6873704411bcc5071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>there can only be one window in the event</title>
<updated>2016-11-22T23:28:25+00:00</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:28:25+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=0ff0d9f7a7156a0e0b41d5b208ae5625e3a15dab'/>
<id>0ff0d9f7a7156a0e0b41d5b208ae5625e3a15dab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix resize with multiple monitors and portrait mode</title>
<updated>2016-11-22T23:26:51+00:00</updated>
<author>
<name>Bob Uhl</name>
<email>buhl@zvelo.com</email>
</author>
<published>2016-11-07T17:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=7a604ec1fae1eda36f210a28a2cf466583a9cb87'/>
<id>7a604ec1fae1eda36f210a28a2cf466583a9cb87</id>
<content type='text'>
When connecting/disconnecting a portrait monitor, the
XRRScreenChangeNotifyEvent height &amp; width are reversed due to the XRandR
rotation; detect this and DTRT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When connecting/disconnecting a portrait monitor, the
XRRScreenChangeNotifyEvent height &amp; width are reversed due to the XRandR
rotation; detect this and DTRT.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2016-11-20T00:07:11+00:00</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-20T00:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=fa1158958466f38cd35c9114023a0175e67ebb6f'/>
<id>fa1158958466f38cd35c9114023a0175e67ebb6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add arg.h and util.h to Makefile</title>
<updated>2016-11-20T00:01:47+00:00</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-19T23:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=d5da84cf5adce2f30ed348b631861cc089f3b559'/>
<id>d5da84cf5adce2f30ed348b631861cc089f3b559</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clarify colors in config.def.h</title>
<updated>2016-11-19T23:29:41+00:00</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-19T23:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/slock/commit/?id=ae96836f90c3652fd0907e0632ddd4591d5716fa'/>
<id>ae96836f90c3652fd0907e0632ddd4591d5716fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
