Re: [dev] [st] segfault with true color output

2015-06-02 Thread s j
Reverting 7ab6c92 fixes the issue. Thanks, Robert! -- Stephen

[dev] [st] segfault with true color output

2015-05-31 Thread s j
When I execute a true color printf in st, I get a core dump. Command in question (this is in bash): printf "\e[38;2;255;255;255mTRUECOLOR" I'm on git sha caa97cc781ccf29f28c3d9e6683a66eb3f70e2bd. CFLAGS were the same as in the default config.mk, but with -O0. Config patch and full backtrace attac