nick black

Results 154 issues of nick black

Running the `intro` demo with `sprixel_debug()` enabled in `sprixel_draw()`, I count 16 draws of our orca friend. There should only be 5, maybe 6. Everything that's changing text-wise is annihilated...

bug
perf
bitmaps

Run `[xray]` in kitty, and see that we have two graphics visible at any given time. This is because when one pile replaces another, we don't kill the old graphics...

bug
bitmaps

we're getting this: ``` ══╤════════╤════════╪═══════╪═════════╪═══════╪══╪══╪══╪═══════╣ 1│ intro│ 3.07s│ 455│ 13.33Mi│ 148.0│ 4│ 1│ 5│ 1.32K║ ══╧════════╧════════╪═══════╪═════════╪═══════╧══╧══╧══╧═══════╝ 3.07s│ 455│ 13.33Mi│ ```

bug
demo

The Linux console provides us no way to get the palette entries (see #2499), but it does let us change them, and we'll soon be doing so (see #370, #1917)....

enhancement
linux

DEC420+ supports `DECFRA` (CSI Pc ; Pt ; Pl ; Pb ; Pr $ x): ``` CSI Pc ; Pt ; Pl ; Pb ; Pr $ x Fill Rectangular...

enhancement
perf
bitmaps

in #2060, we removed the iTerm2 code, and the PNG code upon which it depended. @gnachman has since decided that graphic-on-glyph will be supported by iTerm2 work, hopefully later this...

documentation
enhancement
macOS
bitmaps

Attempting to play multiframe media, whether in `notcurses-demo` or `ncplayer`, always fails without any informative diagnostic on windows. I've inspected the files with `ffprobe` within MSYS2 and verified that ffmpeg...

bug
mswindows

in #1682 we introduced the pixel-offset fields to `ncvisual_options`, and added support for Kitty graphics. we ought do the same for Sixel graphics. there we have no in-protocol support; we...

enhancement
bitmaps

Running `ncls`, even on a specific file, under Microsoft Windows exits out with the error "can't open directory".

bug
mswindows

We get a "couldn't open ConPty on {input|output}" and error out immediately.

bug
mswindows