Re: [dev] [st] Colors slightly different hue than in xterm

2013-12-01 Thread Eric Pruitt
On Mon, Dec 02, 2013 at 01:40:12AM +0100, Markus Teich wrote: > Heyho, > > Seems to be related to the colors of bold/bright text. > > --Markus Brilliant! I feel silly for not noticing it only affected the bold colors. The fix was simple, and I've attached a patch in the event other people prefer

Re: [dev] [st] Colors slightly different hue than in xterm

2013-12-01 Thread Markus Teich
Eric Pruitt wrote: > The most notable difference is in the keywords "if", "else", and "continue" > but "for" and "NULL" are also slightly different colors despite both > screenshots using the same Vim color scheme. Heyho, Seems to be related to the colors of bold/bright text. --Markus

Re: [dev] Adding MRU support to dmenu

2013-12-01 Thread Markus Teich
Eric Pruitt wrote: > Should that be "tac" instead of "rev" or am I missing something? Heyho, tac should work as well of course. --Markus

Re: [dev] Adding MRU support to dmenu

2013-12-01 Thread Eric Pruitt
On Mon, Dec 02, 2013 at 12:53:03AM +0100, Markus Teich wrote: > this should also be possible with some construct like this: > > rev > First reverse the historyfile (assuming you append to it), so most recently > used > entry is first, then remove duplicates and pass the list to dmenu. Should t

Re: [dev] Adding MRU support to dmenu

2013-12-01 Thread Markus Teich
Eyal Erez wrote: > I wanted to add support for MRU type sorting of commands. I've created a > patch which does this in a separate executable for backwards compatibility. Heyho, this should also be possible with some construct like this: rev

[dev] Adding MRU support to dmenu

2013-12-01 Thread Eyal Erez
Hi Folks, I love dmenu and have been using it for a while. I wanted to add support for MRU type sorting of commands. I've created a patch which does this in a separate executable for backwards compatibility. It's been a while since I've written C, so please let me know if I need to fix anything

Re: [dev] [PATCH] select or open new tab with Ctrl-T

2013-12-01 Thread Christoph Lohmann
Greetings. On Sun, 01 Dec 2013 20:07:43 +0100 Markus Teich wrote: > The default config will display all open tabs in dmenu. You can either select > one of them, or if you enter a string, that does not start with „0x“, tabbed > will open a new tab and run the command specified at tabbed-startup b

Re: [dev] [sbase] id commits

2013-12-01 Thread sin
On Sun, Dec 01, 2013 at 11:52:50AM +, Rob wrote: > Hi, > > Attached are two commits for id(1), the first removes curproc() as we > can reuse the now-present user() function. The second adds support for > uid arguments. > > uid arguments were mentioned in a previous commit, and it's trivial to

[dev] [sbase] id commits

2013-12-01 Thread Rob
Hi, Attached are two commits for id(1), the first removes curproc() as we can reuse the now-present user() function. The second adds support for uid arguments. uid arguments were mentioned in a previous commit, and it's trivial to support them, but GNU id(1) doesn't, so it might not be worth the