Re: [dev] [st] toggle font

2012-10-11 Thread Nick
On Thu, Oct 11, 2012 at 08:27:55AM +0300, Edgaras wrote: > On Thu, Oct 11, 2012 at 05:25:58AM +0200, Christoph Lohmann wrote: > > Noone is really > > using dmenu. It’s a bloated interface to text strings. Hopefully it will > > die soon. > > > I think dmenu is doing it job pretty well. And I'm not

Re: [dev] [st] toggle font

2012-10-11 Thread Stephen Paul Weber
Somebody claiming to be sta...@cs.tu-berlin.de wrote: This patch (against tip) introduces an array of font names in the config instead FONT and allows to cycle through them with Ctrl-PgUp at runtime. I also need multiple fonts, but I find keeping several builds of st around works fine for me.

Re: [dev] [st] toggle font

2012-10-11 Thread Christoph Lohmann
Greetings. On Thu, 11 Oct 2012 15:56:54 +0200 Stephen Paul Weber wrote: > Somebody claiming to be sta...@cs.tu-berlin.de wrote: > >This patch (against tip) introduces an array of font names in the config > >instead FONT and allows to cycle through them with Ctrl-PgUp at runtime. > > I also need

Re: [dev] [st] toggle font

2012-10-11 Thread Carlos Torres
On Thu, Oct 11, 2012 at 9:56 AM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Thu, 11 Oct 2012 15:56:54 +0200 Stephen Paul Weber < > singpol...@singpolyma.net> wrote: > > Somebody claiming to be sta...@cs.tu-berlin.de wrote: > > >This patch (against tip) introduces an array of font

Re: [dev] [st] toggle font

2012-10-11 Thread Christoph Lohmann
Greetings. On Thu, 11 Oct 2012 17:04:23 +0200 Carlos Torres wrote: > On Thu, Oct 11, 2012 at 9:56 AM, Christoph Lohmann <2...@r-36.net> wrote: > > > Greetings. > > > > On Thu, 11 Oct 2012 15:56:54 +0200 Stephen Paul Weber < > > singpol...@singpolyma.net> wrote: > > > Somebody claiming to be sta.

Re: [dev] [st] toggle font

2012-10-11 Thread Roberto E. Vargas Caballero
> Eugh. That isn't the way anything else is configured. It's a pretty > weird interface. config.h, argv switches and potentially keybindings > are reasonable ways to configure programs. stdin is just silly. St, like all others graphic terminal emualtors, receive escape sequences which configure i

Re: [dev] [dmenu] option to pin focus to mouse

2012-10-11 Thread Anselm R Garbe
On 9 October 2012 15:24, Stanislav Seletskiy wrote: > Yep, your patch for dmenu looks like solution (and more general, than my). > > Why this patch is not in upstream yet? I' considering to apply it. Best regards, Anselm

Re: [dev] [st] Tip adds non-existing trailing whitespace upon mouse selection + fix

2012-10-11 Thread Roberto E. Vargas Caballero
> The GLYPH_SET flag can be used to compute the end of the line or we This patch uses this approach for locating the end of line and works fine for me. >From 2192d284a3d002044d57592c6e36246a6d8882dc Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Thu, 11 Oct 2012 19:03:57 +0200

Re: [dev] [st] toggle font

2012-10-11 Thread Aurélien Aptel
On Thu, Oct 11, 2012 at 6:13 PM, Roberto E. Vargas Caballero wrote: > St, like all others graphic terminal emualtors, receive escape sequences > which configure it, change color, set tittle screen, set blink ..., so add > new private sequences for things like chage font is not only no stupid, is >

Re: [dev] [st] toggle font

2012-10-11 Thread stanio
Hi, * Stephen Paul Weber [2012-10-11 15:56]: > Somebody claiming to be sta...@cs.tu-berlin.de wrote: > >This patch (against tip) introduces an array of font names in the config > >instead FONT and allows to cycle through them with Ctrl-PgUp at runtime. > > I also need multiple fonts, but I find