I have crafted a program to convert farbfeld images to sixels:
https://github.com/ilabdsf/ff2sixel
I am going to use it myself to quickly display images over SSH.
Hope someone else finds it useful.
Too bad st does not have a patch to display sixels, so I am going
to use mlterm when I need to brow
> Hi,
Hi Joachim,
> surf crashes with segmentation fault when opening http://dhl.de
> This only happens on 32 bit systems (Debian Jessie).
>
> I compiled the latest version from git with symbols and did a
> backtrace under gdb:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0xaa5c5a
I can reproduce bug on Debian. Just did a git clone
git://git.suckless.org/surf then make.
~> cat /etc/debian_version
8.7
~> uname -a
Linux t400 3.16.0-4-686-pae #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22)
i686 GNU/Linux
~/a/surf> ./surf -p http://dhl.de
Vector smash protection is enabled.
java v
Hi,
surf crashes with segmentation fault when opening http://dhl.de
This only happens on 32 bit systems (Debian Jessie).
I compiled the latest version from git with symbols and did a backtrace
under gdb:
Program received signal SIGSEGV, Segmentation fault.
0xaa5c5a00 in ?? ()
(gdb) backtrace
#