<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu, branch 4.8</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>bump version to 4.8</title>
<updated>2018-03-14T18:48:05+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-14T18:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=23051d78dd80468042e2a5095533ec68bfb43a51'/>
<id>23051d78dd80468042e2a5095533ec68bfb43a51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add key bindings for moving to the word start or end</title>
<updated>2018-03-13T19:10:46+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2018-03-13T16:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=e2a280541eab62717d6a9a72d047c832e5cb1edc'/>
<id>e2a280541eab62717d6a9a72d047c832e5cb1edc</id>
<content type='text'>
Mod1+b/^Left and Mod1+f/^Right
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mod1+b/^Left and Mod1+f/^Right
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in 84a1bc5</title>
<updated>2018-01-04T22:45:49+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-01-04T22:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=889512811d7ae410eb4ab60be3568278b3e23f2e'/>
<id>889512811d7ae410eb4ab60be3568278b3e23f2e</id>
<content type='text'>
Reported by Jochen Sprickerhof, thanks!

Applied patch with minor change (only initialize `i` for XINERAMA).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Jochen Sprickerhof, thanks!

Applied patch with minor change (only initialize `i` for XINERAMA).
</pre>
</div>
</content>
</entry>
<entry>
<title>Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directive</title>
<updated>2018-01-04T17:14:41+00:00</updated>
<author>
<name>Vincent Carluer</name>
<email>vince@bitfu.io</email>
</author>
<published>2018-01-04T12:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=84a1bc5d0d6b54eb23268e8f02a787be9ccbd919'/>
<id>84a1bc5d0d6b54eb23268e8f02a787be9ccbd919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drw: drw_scm_create: use Clr type</title>
<updated>2017-11-03T20:10:38+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-11-03T20:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=f0a5b75d6a0d2a62da45e9f65d92ea4a6a2d5831'/>
<id>f0a5b75d6a0d2a62da45e9f65d92ea4a6a2d5831</id>
<content type='text'>
in this context XftColor is a too low-level type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in this context XftColor is a too low-level type.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a possible free of a uninitialize variable in paste()</title>
<updated>2017-11-03T20:07:02+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-11-03T14:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=1cabeda5505dcc35d4d2ca2a09151a7c449fb401'/>
<id>1cabeda5505dcc35d4d2ca2a09151a7c449fb401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>init colors using SchemeLast</title>
<updated>2017-11-03T20:05:29+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-11-03T20:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=41379f7c39e6aa0a17d7807b22b49ea148f5b0fa'/>
<id>41379f7c39e6aa0a17d7807b22b49ea148f5b0fa</id>
<content type='text'>
this makes it slightly easier to add colors to schemes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes it slightly easier to add colors to schemes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set class name on menu window</title>
<updated>2017-11-03T19:41:03+00:00</updated>
<author>
<name>Omar Sandoval</name>
<email>osandov@osandov.com</email>
</author>
<published>2017-11-03T16:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=64ab2801fbbbcc028c359080ae4bd546fc871f67'/>
<id>64ab2801fbbbcc028c359080ae4bd546fc871f67</id>
<content type='text'>
WM_CLASS is a standard ICCCM property which is used to identify windows.
Window managers and compositors use it to allow per-application
configurable behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WM_CLASS is a standard ICCCM property which is used to identify windows.
Window managers and compositors use it to allow per-application
configurable behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>release 4.7</title>
<updated>2017-05-02T16:32:04+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-05-02T16:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=f428f3e01a4ced5b1df07ddf913bb022692f8035'/>
<id>f428f3e01a4ced5b1df07ddf913bb022692f8035</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix input text matching"</title>
<updated>2016-12-11T11:33:16+00:00</updated>
<author>
<name>Andrew Gregory</name>
<email>andrew.gregory.8@gmail.com</email>
</author>
<published>2016-12-07T14:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.eug-vs.xyz/suckless/dmenu/commit/?id=5cd66e2c6ca6a82e59927d495498fa6e478594d6'/>
<id>5cd66e2c6ca6a82e59927d495498fa6e478594d6</id>
<content type='text'>
This reverts commit 09d0a36e0370f7ca9bdb171bf93c5ac3131c5a92.

Using strncmp with the length of the user input turns it into a prefix
match rather than an exact match as it's supposed to be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 09d0a36e0370f7ca9bdb171bf93c5ac3131c5a92.

Using strncmp with the length of the user input turns it into a prefix
match rather than an exact match as it's supposed to be.
</pre>
</div>
</content>
</entry>
</feed>
