<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slock, branch master</title>
<subtitle>My build of slock - the simple X display locker
</subtitle>
<id>https://git.chudnick.com/slock/atom?h=master</id>
<link rel='self' href='https://git.chudnick.com/slock/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/'/>
<updated>2023-02-26T03:38:40Z</updated>
<entry>
<title>Apply message patch</title>
<updated>2023-02-26T03:38:40Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2023-02-26T03:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=9f22bad2fb0d487aa342fe22b74f934edef42240'/>
<id>urn:sha1:9f22bad2fb0d487aa342fe22b74f934edef42240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add capscolor (and Xresources) patch</title>
<updated>2023-02-26T03:33:40Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2023-02-26T03:33:40Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=c8c683681c622881397b9662f7cf1c97b039dd0a'/>
<id>urn:sha1:c8c683681c622881397b9662f7cf1c97b039dd0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied foreground and background patch</title>
<updated>2023-02-26T03:32:36Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2023-02-26T03:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=63cda0184f7964f541ec77ddb5f47f596acb963c'/>
<id>urn:sha1:63cda0184f7964f541ec77ddb5f47f596acb963c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump version to 1.5</title>
<updated>2022-10-04T17:45:14Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=4f045545a25cc02c64bfc08d27ed2ccecb962292'/>
<id>urn:sha1:4f045545a25cc02c64bfc08d27ed2ccecb962292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)</title>
<updated>2022-10-04T17:44:47Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=265704d73647e0d4823126bbb7ddde1d415a618d'/>
<id>urn:sha1:265704d73647e0d4823126bbb7ddde1d415a618d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly clear the last entered character</title>
<updated>2017-03-25T20:51:29Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2017-03-25T20:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=35633d45672d14bd798c478c45d1a17064701aa9'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>rm trailing whitespace in README</title>
<updated>2016-11-22T23:29:18Z</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=2d2a21a90ad1b53594b1b90b97486189ec54afce'/>
<id>urn:sha1:2d2a21a90ad1b53594b1b90b97486189ec54afce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax fix</title>
<updated>2016-11-22T23:28:43Z</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:28:43Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=325581b935c74c321062d1f6873704411bcc5071'/>
<id>urn:sha1:325581b935c74c321062d1f6873704411bcc5071</id>
<content type='text'>
</content>
</entry>
<entry>
<title>there can only be one window in the event</title>
<updated>2016-11-22T23:28:25Z</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=0ff0d9f7a7156a0e0b41d5b208ae5625e3a15dab'/>
<id>urn:sha1:0ff0d9f7a7156a0e0b41d5b208ae5625e3a15dab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix resize with multiple monitors and portrait mode</title>
<updated>2016-11-22T23:26:51Z</updated>
<author>
<name>Bob Uhl</name>
<email>buhl@zvelo.com</email>
</author>
<published>2016-11-07T17:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/slock/commit/?id=7a604ec1fae1eda36f210a28a2cf466583a9cb87'/>
<id>urn:sha1: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>
</entry>
</feed>
