Re: [dev] [st] toggle font

2012-10-10 Thread Edgaras
On Thu, Oct 11, 2012 at 05:25:58AM +0200, Christoph Lohmann wrote: > Greetings. > > On Thu, 11 Oct 2012 05:25:58 +0200 "Roberto E. Vargas Caballero" > wrote: > > > I missed this feature a lot when light conditions and distance to > > > display change, often so with a notebook, even more when dif

Re: [dev] [st] toggle font

2012-10-10 Thread Edgaras
On Wed, Oct 10, 2012 at 09:28:33PM +0100, Nick wrote: > Quoth Roberto E. Vargas Caballero: > > I also need this feature, but maybe could be done in other way. I talked > > about this with other persons of the list, and we liked let st be configured > > using the stdin of st, so you can do it someth

Re: [dev] [st] toggle font

2012-10-10 Thread Christoph Lohmann
Greetings. On Thu, 11 Oct 2012 05:25:58 +0200 "Roberto E. Vargas Caballero" wrote: > > I missed this feature a lot when light conditions and distance to > > display change, often so with a notebook, even more when different > > displays plugged. Of course, tmux helps -- kill, start new st, attac

Re: [dev] [st] toggle font

2012-10-10 Thread Kurt H Maier
On Wed, Oct 10, 2012 at 09:28:33PM +0100, Nick wrote: > Quoth Roberto E. Vargas Caballero: > > I also need this feature, but maybe could be done in other way. I talked > > about this with other persons of the list, and we liked let st be configured > > using the stdin of st, so you can do it someth

Re: [dev] [st] toggle font

2012-10-10 Thread Nick
Quoth Roberto E. Vargas Caballero: > I also need this feature, but maybe could be done in other way. I talked > about this with other persons of the list, and we liked let st be configured > using the stdin of st, so you can do it something like: > > configurator | st > > And, for example, y

Re: [dev] [st] toggle font

2012-10-10 Thread Roberto E. Vargas Caballero
> I missed this feature a lot when light conditions and distance to > display change, often so with a notebook, even more when different > displays plugged. Of course, tmux helps -- kill, start new st, attach to > the right session --, but I like this approach more. I also need this feature, but m

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

2012-10-10 Thread Roberto E. Vargas Caballero
> The GLYPH_SET flag can be used to compute the end of the line or we > could add another flag like GLYPH_TAB when appropriate and test it in > the copy function when it loops over the selection. Instead of adding GLYPH_TAB we could use directly \t in c and then we don't have to test anything in s