<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dmenu.git/dmenu.c, branch master</title>
<subtitle>My fork of dmenu
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/'/>
<entry>
<title>Added password patch</title>
<updated>2021-02-22T17:48:50+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2021-02-22T17:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=57c00645da6ab807c6be5865f9fa1b8620010cdf'/>
<id>57c00645da6ab807c6be5865f9fa1b8620010cdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing pasting with C-v</title>
<updated>2021-01-09T12:43:10+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2021-01-09T12:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=2c28e9ea02a7dee9591d7c51c7541b7703952a46'/>
<id>2c28e9ea02a7dee9591d7c51c7541b7703952a46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added C-v binding for pasting</title>
<updated>2020-08-10T12:15:57+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-10T12:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=fe5e94571f9efaa54dbc1c91f6c84833f81acc40'/>
<id>fe5e94571f9efaa54dbc1c91f6c84833f81acc40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added vim bindings Ctrl-j/k</title>
<updated>2020-08-09T20:43:01+00:00</updated>
<author>
<name>Charles Cabergs</name>
<email>me@cacharle.xyz</email>
</author>
<published>2020-08-09T20:43:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=5b707cea9131b1a459b9b8aeb7f73ee7492ff8dd'/>
<id>5b707cea9131b1a459b9b8aeb7f73ee7492ff8dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert IME support</title>
<updated>2019-03-03T12:08:54+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-03-03T12:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=db6093f6ec1bb884f7540f2512935b5254750b30'/>
<id>db6093f6ec1bb884f7540f2512935b5254750b30</id>
<content type='text'>
dmenu will not handle IME support (st will, atleast for now).

revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22
this commit also broke input focus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dmenu will not handle IME support (st will, atleast for now).

revert parts of commit 377bd37e212b1ec4c03a481245603c6560d0be22
this commit also broke input focus.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve xopenim error message</title>
<updated>2019-02-12T21:58:35+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T21:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=a9b1de384ae1ad30805e893af5cd6ea9b87c89da'/>
<id>a9b1de384ae1ad30805e893af5cd6ea9b87c89da</id>
<content type='text'>
die() already prints a newline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
die() already prints a newline.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix crash when XOpenIM returns NULL</title>
<updated>2019-02-12T18:10:43+00:00</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-02-12T18:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=f5036b90efd9423d805923a0bc73cd54e30e72ab'/>
<id>f5036b90efd9423d805923a0bc73cd54e30e72ab</id>
<content type='text'>
for example when IME variables are set, but the program is not started (yet).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for example when IME variables are set, but the program is not started (yet).
</pre>
</div>
</content>
</entry>
<entry>
<title>Close when the embedding window is destroyed</title>
<updated>2019-02-04T18:49:34+00:00</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2019-02-03T23:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/dmenu.git/commit/?id=153aaf88bf9bf5c6c4b118bd871f8cf1eafdcab5'/>
<id>153aaf88bf9bf5c6c4b118bd871f8cf1eafdcab5</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.cacharle.com/dmenu.git/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>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.cacharle.com/dmenu.git/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>
</feed>
