Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
No edit summary
Line 56: Line 56:
==Linear interpolation==
==Linear interpolation==
notcurses can color lines via linear interpolation between the two endpoints. This is done with <tt>ncplane_hline_interp()</tt> and <tt>ncplane_vline_interp()</tt>. If provided two endpoints of the same color, the line will be that single color.
notcurses can color lines via linear interpolation between the two endpoints. This is done with <tt>ncplane_hline_interp()</tt> and <tt>ncplane_vline_interp()</tt>. If provided two endpoints of the same color, the line will be that single color.
==Terminal emulators==
The two primary environmental factors affecting notcurses are the terminal emulator and the configured fonts.
{| class="wikitable"
! Emulator !! Notes
|-
| xterm
|
|-
| rxvt
|
|-
| libvte
|
|-
| kitty
|
|-
| alacritty
|
|-
| terminator
|
|-
| terminology
|
|-
| konsole
|
|-
|}


==Releases==
==Releases==