Making notcurses happy! #444
Replies: 7 comments 31 replies
-
export the
agreed, looking much better with
you don't want it considered transparent =]. kitty has a feature where the default background color is treated as transparent. i can understand kovid's reasoning for this, but it's a pain in the ass for me, where i want the background i ask for. the "not considered transparent" is a kitty-only thing, where whenever the default background color is used, i have to modify it a tiny bit to work around this behavior. a default background of 0x000000 means a chosen background of 0x000000 becomes 0x000001, for instance. 0xffffff becomes 0xfffffe. you don't want this.
not sure what you mean by this? in Notcurses parlance, a "mosaic" is a graphic broken down into many graphics each having cell size, but i don't yet do this. maybe you mean the diagonal unicode 13 symbols for legacy computing?
cool, no real concern to me save if users are using them; i don't use them myself.
presumably you're running a copy built from git? it's going to look for you'll then see that Contour draws the image on a black background, annihilating the glyphs underneath, unlike other sixel implementations which interpret unspecified pixels as transparent =]. fixing that would be the thing that earned you the most high marks in my book =].
https://sw.kovidgoyal.net/kitty/faq/#some-special-symbols-are-rendered-small-truncated-in-kitty i will take a look at your doc. my current primary practical thought on this is dankamongmen/notcurses#2199. dankamongmen/notcurses#1329 has some thoughts. dankamongmen/notcurses#1904 is not likely to be a solution to IMHO. |
Beta Was this translation helpful? Give feedback.
-
oh wow and yes, contour looks MUCH better in |
Beta Was this translation helpful? Give feedback.
-
how do i turn off your schwarzgerat $ echo -e '\e[4:1merp\e[24mkljlksja' |
Beta Was this translation helpful? Give feedback.
-
no, it's always been slow for me. ought i be using some particular compile options? it's probable that i'm running a debug build if that's the default configuration. |
Beta Was this translation helpful? Give feedback.
-
@dankamongmen btw, did you ever try notcurses (notcurses-info specifically) on osx? None of the TEs I tested do look as expected, not even close. Terminal.app being the shittiest amongst the gansters, but I start to question if that's an issue on the TE side or OSX/PTY-kernel side. not sure yet. wanna see screenshots? |
Beta Was this translation helpful? Give feedback.
-
Hey @dankamongmen . I just git pull updated my local notcurses copy to run a fresh test and noticed you are having a TERMINALS.md. There however you mention that contour does NOT support Pixel |
Beta Was this translation helpful? Give feedback.
-
您好,您的邮件已收到,祝好!(熊任远)
|
Beta Was this translation helpful? Give feedback.
-
Hey @dankamongmen (why is autocompletion working for everyone but not for your name? so sad I am).
In my attempt to make notcurses as happy as it can get - simply by looking at the output of
notcurses-info
for the time being I realized that:3x2-
is indicated as not available. hm, I agree, I just merged these to master.defbg 0x101010 not considered transparent
How do you decide that something is or is not transparent? Am I maybe not passing all the information to you so that you can find out?notcurses-info
on top next to the others and depending on that, also (if enabled) the emoji line would then look evenly spaced, too!. Sounds interesting?Okay, so much about just asking a simple question. Now this post looks like a status report spiced with a few questions. I hope I did not scare you or others away with that. ;)
Beta Was this translation helpful? Give feedback.
All reactions