mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
da0283ac25
Get rid of annoying empty line in notcurses-view (and ncvisuals at offsets in general) Implement most of the Selector widget. Need to add styling and scrolling still. #166 Reenable ubuntu focal build Subtitles! We decode them, and display them in notcurses-view. If ncvisual_simple_streamer() is provided an extra ncplane, it will use it to display subtitles. #95 We now build Python by default, as things are working much better. ncplane_set_base() now takes channel, attrword, and EGC, so you can usually avoid having to set up and release a cell. ncplane_set_base_cell() takes over duty from ncplane_set_base() for ease of conversion. notcurses-demo and notcurses-view now both accept a 0 for delay multiplier, meaning 'go as fast as you possibly can'. Very small multipliers (e.g. 0.00001) no longer cause floating point exceptions. fading routines no longer cause floating point exceptions on very small timescales.
55 lines
3.1 KiB
HTML
55 lines
3.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans" />
|
|
<title>notcurses</title>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11557335-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-11557335-1');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.1.2)</h1>
|
|
<a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/>
|
|
<h2>Binaries (section 1)</h2>
|
|
<a href="notcurses-demo.1.html">notcurses-demo</a>—shows off some notcurses features<br/>
|
|
<a href="notcurses-input.1.html">notcurses-input</a>—reads and decodes input events<br/>
|
|
<a href="notcurses-planereel.1.html">notcurses-planereel</a>—experiments with panelreels<br/>
|
|
<a href="notcurses-view.1.html">notcurses-view</a>—renders images and video to the terminal<br/>
|
|
<h2>C library (section 3)</h2>
|
|
<a href="notcurses_cell.3.html">notcurses_cell</a>—operations on <tt>cell</tt> objects<br/>
|
|
<a href="notcurses_channels.3.html">notcurses_channels</a>—operations on the <tt>channel</tt> type<br/>
|
|
<a href="notcurses_directmode.3.html">notcurses_directmode</a>—minimal notcurses instances for styling text<br/>
|
|
<a href="notcurses_fade.3.html">notcurses_fade</a>—fading and pulsing for <tt>ncplane</tt>s<br/>
|
|
<a href="notcurses_init.3.html">notcurses_init</a>—initialization<br/>
|
|
<a href="notcurses_input.3.html">notcurses_input</a>—collecting input<br/>
|
|
<a href="notcurses_lines.3.html">notcurses_lines</a>—drawing lines and boxes on <tt>ncplane</tt>s<br/>
|
|
<a href="notcurses_ncplane.3.html">notcurses_ncplane</a>—operations on <tt>ncplane</tt> objects<br/>
|
|
<a href="notcurses_ncvisual.3.html">notcurses_ncvisual</a>—operations on <tt>ncvisual</tt> objects<br/>
|
|
<a href="notcurses_output.3.html">notcurses_output</a>—drawing text on <tt>ncplane</tt>s<br/>
|
|
<a href="notcurses_palette.3.html">notcurses_palette</a>—operations on notcurses palettes<br/>
|
|
<a href="notcurses_panelreel.3.html">notcurses_panelreel</a>—high-level widget for hierarchical data<br/>
|
|
<a href="notcurses_render.3.html">notcurses_render</a>—sync the physical display<br/>
|
|
<a href="notcurses_resize.3.html">notcurses_resize</a>—resize the standard plane based off screen size<br/>
|
|
<a href="notcurses_selector.3.html">notcurses_selector</a>—high-level widget for selecting from a set<br/>
|
|
<a href="notcurses_stats.3.html">notcurses_stats</a>—notcurses runtime statistics<br/>
|
|
<a href="notcurses_stdplane.3.html">notcurses_stdplane</a>—acquire the standard <tt>ncplane</tt><br/>
|
|
<a href="notcurses_stop.3.html">notcurses_stop</a>—shutdown<br/>
|
|
<br/>
|
|
<br/>
|
|
<center>
|
|
<a href="widechars.png">
|
|
<img src="widechars-800.png" alt="wide banner from notcurses 1.0.2 demo" />
|
|
</a>
|
|
</center>
|
|
<br/>
|
|
<br/>
|
|
© 2019-2020 <a href="mailto:nickblack@linux.com">nickblack@linux.com</a><br/>
|
|
</body>
|
|
</html>
|