J. Neuschäfer
J. Neuschäfer
The most critical part would be an LLVM backend for the videocore CPU architecture. [christinaa](https://github.com/christinaa/LLVM-VideoCore4) and [phire](https://github.com/phire/llvm) have each started writing one, but both projects look somewhat unmaintained and perhaps...
Hi, thanks for your PR. This feature seems relatively unnecessary to me, since I think it could easily be implemented in a wrapper script.
Ah thanks, I understand now
> There are three new options -d/--separator, -f/--field and -F/--output-field and the feature is enabled only when -f/--field is specified. Small idea/nit: I'd go with -d/--delimiter, which is (a) internally...
ESC is somewhat difficult to handle because other keys like Up are encoded as ESC plus some other characters (a.k.a. "escape sequences"). (I personally prefer backspace on empty input as...
I think this happens when a result overflows its line because of tab characters. Tabs are currently counted as one screen cell, like any other character.
I license past and future contributions to cgmath under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option. (I'm sorry to not use the exact template, but...
Ok, If we switch to the X11 mouse protocol, and enable [Alternate Scroll mode][alt], we can receive events for buttons 4 and 5, which are the scroll wheel. (the picotui...
I have a mostly working patch. I'll polish it a bit and then make a pull request.
@TheClockworker, have you tried running ScratchABit on Cygwin/MinGW? Possibly it works already.