mk-f
mk-f
Same here. https://github.com/myint/clang-complete works, but is much older.
iTerm2, but it behaves the same with Terminal.
`char` is not `signed char`, by c-standard _"it's up to the compiler"_ whether if `char` denotes an `unsigned` or `signed char`. GCC seems to default to unsigned char.
I think so. The C89-Draft reads (3.1.2.5): > There are four signed integer types, designated as signed char, short int, int, and long int. (The signed integer and other types...
> There are five standard signed integer types, designated as signed char, short int, int, long int, and long long int. (These and other types may be designated in several...
I also don't think that using `ctrl+[` as `esc` is a niche use-case, on keyboards with us-layout it is more comfortable to reach (both pinkies) than the actual `esc`. For...
I tried to investigate this further with no luck, to be honest i don't know why inside the SDK luaposix requires the unicode variant, it certainly doesn't when building inside...
In this case i think `+libncurses +PACKAGE_libncursesw:libncursesw` is a better solution