guff icon indicating copy to clipboard operation
guff copied to clipboard

a plot device

Results 6 guff issues
Sort by recently updated
recently updated
newest added

In order to avoid missing math functions when linking the test programs, move the LDFLAGS (which notably contains `-lm`) to the end of the compile line. ``` cc -o test_guff...

Hello! I added output to UTF-8 eight-dot braille characters. This uses a single dot per character from `pi->rows[i][j]`, and so does not distinguish point counts. Output looks like this: ```...

./guff -x -ly -3 \x1a3 4 This leads to a Y coordinate that is outside the min/max Y bounds, then a bad memory access. (found via afl-fuzz)

bug

Not really an "issue" or even a request. Just thought I'd open the idea of making [sixel](https://www.vt100.net/docs/vt3xx-gp/chapter14.html) and output format option for people with terminals which support them. I got...

The LDFLAGS have to be last in line, otherwise this yields linker errors for the tests