[dev] [surf] Bug: _SURF_URI and _SURF_GO sometimes won't update

2019-02-25 Thread Suleiman Sulo
Hi,   I am a gentoo user and have some problems getting bookmarks stored. This is not a patch/script problem and I can show you how to produce this bug.   I open google.de and search for any thing. Then I use the mouse to click on the link to open the link. After this procedure the _SURF_URI va

Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-25 Thread Erika Mannerheim
To my knowledge, st also supports fallback fonts via fontconfig, just the same as xfce4-terminal. I can't test it for you because I obviously don't have the proper font installed to display that magnify glass. I just installed xfce4-terminal to do a quick test, but it can't show the glyph either. I

Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-25 Thread Enan Ajmain
I'm also using Monaco for xfce4-terminal. But I guess xfce4-terminal implicitly handles unicode symbol errors and such. I'll try to try out every fonts in my cache, but it would be exhausting. By the way, I tried to launch st from another st instance and did `echo $'\U1F50D'`. The new st instance

Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-25 Thread Erika Mannerheim
It's probably because the monaco font you are using in st doesn't cover that unicode range. You have to figure out what font can display that character. Maybe you can find out what font your xfce terminal is actually using and update your st config.h correspondingly? On Mon, Feb 25, 2019 at 3:35 P

[dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-25 Thread Enan Ajmain
Hi, I am using the current HEAD of the st repository. My personal configurations are here: https://github.com/enanajmain/st/blob/enan/config.h. I'm trying to display the following icon '\U1F50D', but it doesn't show in ST terminal. But it appears properly in xfce4-terminal. I have checked with som