[dev] [Announce] Desktop Entry Launcher

2017-02-06 Thread Eric Pruitt
I use dmenu to run programs, but I did not like that dmenu_run included every single program included those without GUIs. I maintained a list of programs manually, then I wrote a script to generate the list based on whether or not a binary linked to GUI libraries. Recently, I wrote a C program that

Re: [dev] [st] keep some glyph modes for the cursor

2017-02-06 Thread Eric Pruitt
On Mon, Feb 06, 2017 at 12:48:45PM -0600, LaFreniere, Joseph wrote: > May I ask why the patch was included in the message body as opposed to an > attachment? I am unfamiliar to mailing list conventions, but it seems that > a discrete file would be more easily managed. >From http://suckless.org/co

[dev] [st] keep some glyph modes for the cursor

2017-02-06 Thread Nils Reuße
st currently does not keep any mode for the cursor that was active in the underlying glyph (e.g. italic text), the mode is always ATTR_NULL [1]. At [2] you can find a screenshot that shows the implications. Other terminals (at least vte-based, such as XFCE-terminal) keep some modes for the cur

Re: [dev] structural regular expression support for vis

2017-02-06 Thread Raphaël Proust
On 3 February 2017 at 20:30, Marc André Tanner wrote: > On Fri, Feb 03, 2017 at 10:00:37AM +, Raphaël Proust wrote: > […] >> :x/pattern/ t h c/replacement/ > > Not sure this is flexible enough? How would you generalize this to > operate on the n-th dot in a convenient way? :x/pattern/ t5 h c/