[dev] [st] Colored glyphs

2017-09-30 Thread Janne Heß
Hello everyone, I was wondering if glyphs with an own color (namely emojis) are supported in st. With a default-ish config.h, they are not rendered at all (just black). Is there anything I can set (maybe in the font option) to enable this or does this require patching x.c? Regards Janne signat

Re: [dev] [st] Emojis

2017-09-17 Thread Janne Heß
ry does it so I can report a bug? On 09/17/2017 09:03 PM, ACE wrote: > On 09/17, Janne Heß wrote: >> It looks like the crash is caused by the font. >> Switching from noto emoji to emoji one fixes the crash. I'll try looking >> into the grid escaping bug... > > I&#x

Re: [dev] [st] Emojis

2017-09-17 Thread Janne Heß
I performed all these tests without tmux... With tmux, everything looks even more awful, but as long as it's not rendered correctly by st, there's no point in trying to fix tmux. On 09/17/2017 09:03 PM, ACE wrote: > On 09/17, Janne Heß wrote: >> It looks like the crash is

Re: [dev] [st] Emojis

2017-09-17 Thread Janne Heß
Still, the offset after the 🙅 character seems to be too short: https://i.imgur.com/TSwt1et.png I can live with that, but I wanted to mention it here ;) On 09/17/2017 08:37 PM, S. Gilles wrote: > On 2017-09-17T14:16:15+0000, Janne Heß wrote: >> Hello everyone, >> >> I

Re: [dev] [st] Emojis

2017-09-17 Thread Janne Heß
Turns out I was also able to fix the grid bug by just upgrading my system. I have no idea which dependency had a bug, but it's really fixed now. Hopefully nobody will have to bring up these topics again. On 09/17/2017 08:37 PM, S. Gilles wrote: > On 2017-09-17T14:16:15+0000, Janne H

Re: [dev] [st] Emojis

2017-09-17 Thread Janne Heß
It looks like the crash is caused by the font. Switching from noto emoji to emoji one fixes the crash. I'll try looking into the grid escaping bug... On 09/17/2017 08:37 PM, S. Gilles wrote: > On 2017-09-17T14:16:15+0000, Janne Heß wrote: >> Hello everyone, >> >> I ju

Re: [dev] [st] Emojis

2017-09-17 Thread Janne Heß
/2017 06:35 PM, ACE wrote: > On 09/17, Janne Heß wrote: >> Hello everyone, >> >> I just wanted to ask if anyone has managed to properly display emojis in st. >> I know this is potentially sucky feature, but I read my mail in mutt and >> some companies think it'

[dev] [st] Emojis

2017-09-17 Thread Janne Heß
Hello everyone, I just wanted to ask if anyone has managed to properly display emojis in st. I know this is potentially sucky feature, but I read my mail in mutt and some companies think it's a good idea to put emojis into their subjects. Currently, it looks like the emojis consisting of 2 charact

Re: [dev] suckless.org TLS / HTTPS support

2017-09-01 Thread Janne Heß
If you set the HSTS header for HTTPS connections, people will automtically redirected to HTTPS if they visited once. This would give an improved security because browsers would automatically redirect to HTTPS while you could still telnet/curl it without having to use HTTPS. On 09/01/2017 04:52 PM,

[dev] [st] Multiplexing support

2017-04-23 Thread Janne Heß
Hello everyone, While looking through the st TODO file, I found the task "add a simple way to do multiplexing". I was wondering what this is supposed to be? Something like tabbing/tiling the terminal? And why do that? In my opinion, this can be done by dwm and tabbed. So am I just understanding th