Gavin Beatty

Results 3 issues of Gavin Beatty

win32_log and win32_log_args were not declared extern "C" even though they were defined extern "C". Without the fix, build.bat has the following errors: ``` src\platform_windows.cc(372): error C2732: linkage specification contradicts...

## Problem details Looking only two leafs deep inside release archives shows the following, basic structure for at least x86_64, aarch64, armv7a, i386. `https://ziglang.org/download/0.8.0/zig-linux-x86_64-0.8.0.tar.xz` ``` zig-linux-x86_64-0.8.0/doc/langref.html zig-linux-x86_64-0.8.0/doc/std/ zig-linux-x86_64-0.8.0/lib/include/ zig-linux-x86_64-0.8.0/lib/libc/ zig-linux-x86_64-0.8.0/lib/libcxx/...

enhancement

**Is your feature request related to a problem? Please describe.** When a long URL is posted by others in chat, it is often split across multiple lines in twitch-tui. Because...