<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu, branch 4.9</title>
<subtitle>My fork of suckless dmenu: https://git.suckless.org/dmenu
</subtitle>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/'/>
<entry>
<title>Prepared 4.9 release.</title>
<updated>2019-02-02T12:54:15+00:00</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.ca</email>
</author>
<published>2019-02-02T12:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=65be875f5adf31e9c4762ac8a8d74b1dfdd78584'/>
<id>65be875f5adf31e9c4762ac8a8d74b1dfdd78584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dmenu.1: document improved fastgrab behaviour from previous patch</title>
<updated>2019-01-27T14:28:02+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-01-27T14:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=7d19b2055d98e5c0249efe582c852b8b8b30cd41'/>
<id>7d19b2055d98e5c0249efe582c852b8b8b30cd41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use slow path if stdin is a tty</title>
<updated>2019-01-27T14:26:04+00:00</updated>
<author>
<name>dok</name>
<email>dok@grehack.fr</email>
</author>
<published>2019-01-26T14:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=11a65377da8fc198d15cf041dbbbb9718e5798cd'/>
<id>11a65377da8fc198d15cf041dbbbb9718e5798cd</id>
<content type='text'>
If stdin is a tty and dmenu is ran with the fast option then it's
impossible to close stdin because the keyboard is already grabbed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If stdin is a tty and dmenu is ran with the fast option then it's
impossible to close stdin because the keyboard is already grabbed.
</pre>
</div>
</content>
</entry>
<entry>
<title>dmenu_path: always use the cachedir</title>
<updated>2018-07-21T10:49:00+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2018-07-21T10:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=bbc464dc80225b8cf9390f14fac6c682f63940d2'/>
<id>bbc464dc80225b8cf9390f14fac6c682f63940d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: just show the compiler output</title>
<updated>2018-06-02T15:09:01+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-06-02T15:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=a314412f4b80af5100901344856a341f8ea4cc7a'/>
<id>a314412f4b80af5100901344856a341f8ea4cc7a</id>
<content type='text'>
Don't be fancy and just show the actual output so debugging is simpler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't be fancy and just show the actual output so debugging is simpler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not strip at link stage</title>
<updated>2018-06-02T15:01:24+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-06-02T15:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=a9eae39e934d8dab7f1772570efb5f25825bfe01'/>
<id>a9eae39e934d8dab7f1772570efb5f25825bfe01</id>
<content type='text'>
Building with debug symbols is worthless unless LDFLAGS are manually adjusted
as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Building with debug symbols is worthless unless LDFLAGS are manually adjusted
as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>code-style for pledge: check the return code -1, not &lt; 0</title>
<updated>2018-05-25T11:07:17+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-05-25T11:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=851b73d178c8d7665c6d8a0bc34dbd4f9d1aa77b'/>
<id>851b73d178c8d7665c6d8a0bc34dbd4f9d1aa77b</id>
<content type='text'>
this is the proper idiom
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is the proper idiom
</pre>
</div>
</content>
</entry>
<entry>
<title>code-style for pledge(2)</title>
<updated>2018-05-25T11:03:25+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-05-25T11:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=05c138f5b8f19070a190b97728c83b454855f52b'/>
<id>05c138f5b8f19070a190b97728c83b454855f52b</id>
<content type='text'>
feedback from Klemens, thanks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feedback from Klemens, thanks
</pre>
</div>
</content>
</entry>
<entry>
<title>Pledge on OpenBSD</title>
<updated>2018-05-25T10:04:22+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-05-25T10:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=cd132c8d5b17ac2f4a3e611836d4cde4995d7a0c'/>
<id>cd132c8d5b17ac2f4a3e611836d4cde4995d7a0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use bold for keyboard shortcuts in dmenu.1</title>
<updated>2018-05-12T17:12:25+00:00</updated>
<author>
<name>David Demelier</name>
<email>markand@malikania.fr</email>
</author>
<published>2018-05-09T19:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=e75494b730ea6883e68072a106a09a301cfaf845'/>
<id>e75494b730ea6883e68072a106a09a301cfaf845</id>
<content type='text'>
Like dwm, use the same syntax for all keyboard shortcuts for
consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like dwm, use the same syntax for all keyboard shortcuts for
consistency.
</pre>
</div>
</content>
</entry>
</feed>
