notcurses icon indicating copy to clipboard operation
notcurses copied to clipboard

blingful character graphics/TUI library. definitely not curses.

Results 154 notcurses issues
Sort by recently updated
recently updated
newest added

It would be useful to have something less daunting than the book, and yet more structured than the man pages and USAGE.md. A tutorial of some number of quick lessons,...

documentation
hax0rs-wanted

https://docs.microsoft.com/en-us/windows/package-manager/package/repository explains how to submit we'll need a YAML package manifest https://docs.microsoft.com/en-us/windows/package-manager/package/manifest it looks like this is a binary packaging system, not a source one. in particular, it's EXEs, MSIs,...

packaging
hax0rs-wanted
mswindows

run `ncls ../data` on a remote server with some latency. we repeatedly display an image, then immediately scroll (sometimes scrolling it all the way off), then pause for a second...

enhancement
bitmaps

I was sitting around smoking poisonous tires and such, thinking about how maybe `ncdirect` should get cursor-moving capabilities (it probably should). And I was like, why would one need this....

`notcurses-info` properly displays its logo in the linux framebuffer console...but only if no scrolling is involved. if we scroll, it's either not drawn, or drawn wrong, or destroyed, but definitely...

bug
bitmaps
linux

This is a middle ground between current practice (always emit RGB when provided RGB) and the optimal case of #371. So here's what I'm thinking: people inclined to use RGB...

enhancement
perf

In recent 1.7.3-pre (i.e. since #627's resolution), `grid` runs much, much more slowly than it used to -- **iff** the `mojibake` demo is run before it: ``` runtime│ frames│output(B)│rendering│ %r│...

perf
demo

I'm pretty sure the framebuffer console backend isn't handling `SPRIXEL_MOVE` properly, as we have lingering aftereffects in both `intro` and `box`, the two demos which cause a `SPRIXEL_MOVE`. This has...

bug
bitmaps
linux

See #2133 for the xterm side of this long struggle.

bug
bitmaps
linux

Kitty graphics are loaded before being positioned/displayed. It is the former step which takes the vast majority of the time for any given frame, as it's the bulk operation. It...

perf
bitmaps