pull/849/head v1.6.10
nick black 4 years ago
parent 5c5077840e
commit 8cfd1677c4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.14) cmake_minimum_required(VERSION 3.14)
project(notcurses VERSION 1.6.9 project(notcurses VERSION 1.6.10
DESCRIPTION "UI for modern terminal emulators" DESCRIPTION "UI for modern terminal emulators"
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses" HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
LANGUAGES C CXX) LANGUAGES C CXX)

@ -38,7 +38,7 @@ PROJECT_NAME = Notcurses
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 1.6.9 PROJECT_NUMBER = 1.6.10
# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a

@ -5,12 +5,12 @@
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Noto+Sans" />
<title>notcurses</title> <title>notcurses</title>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11.6.935-1"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-11.6.1035-1"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-11.6.935-1'); gtag('config', 'UA-11.6.1035-1');
</script> </script>
</head> </head>
<body> <body>
@ -25,7 +25,7 @@
</h2> </h2>
</center> </center>
<hr> <hr>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.6.9)</h1> <h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.6.10)</h1>
<a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/> <a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/>
<h2>Binaries (section 1)</h2> <h2>Binaries (section 1)</h2>
<iframe align="right" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=nickblack05-20&marketplace=amazon&region=US&placement=B086PNVNC9&asins=B086PNVNC9&linkId=bef6e495a4119e9da4cf26d76b5c55a3&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff"></iframe> <iframe align="right" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=qf_sp_asin_til&ad_type=product_link&tracking_id=nickblack05-20&marketplace=amazon&region=US&placement=B086PNVNC9&asins=B086PNVNC9&linkId=bef6e495a4119e9da4cf26d76b5c55a3&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff"></iframe>

@ -1,6 +1,6 @@
% ncneofetch(1) % ncneofetch(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses-demo(1) % notcurses-demo(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses-input(1) % notcurses-input(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses-ncreel(1) % notcurses-ncreel(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses-tester(1) % notcurses-tester(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses-tetris(1) % notcurses-tetris(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses-view(1) % notcurses-view(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses(3) % notcurses(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_cell(3) % notcurses_cell(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_channels(3) % notcurses_channels(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% ncdirect_init(3) % ncdirect_init(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_error(3) % notcurses_error(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_fade(3) % notcurses_fade(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_fds(3) % notcurses_fds(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_init(3) % notcurses_init(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_input(3) % notcurses_input(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_lines(3) % notcurses_lines(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_menu(3) % notcurses_menu(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_metric(3) % notcurses_metric(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_multiselector(3) % notcurses_multiselector(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_output(3) % notcurses_output(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_palette(3) % notcurses_palette(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_plane(3) % notcurses_plane(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_plot(3) % notcurses_plot(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_reader(3) % notcurses_reader(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_reel(3) % notcurses_reel(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_refresh(3) % notcurses_refresh(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_render(3) % notcurses_render(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_selector(3) % notcurses_selector(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_stats(3) % notcurses_stats(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_stdplane(3) % notcurses_stdplane(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_stop(3) % notcurses_stop(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -1,6 +1,6 @@
% notcurses_visual(3) % notcurses_visual(3)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME
notcurses_visual - notcurses multimedia notcurses_visual - notcurses multimedia

@ -1,6 +1,6 @@
% notcurses-pydemo(1) % notcurses-pydemo(1)
% nick black <nickblack@linux.com> % nick black <nickblack@linux.com>
% v1.6.9 % v1.6.10
# NAME # NAME

@ -22,7 +22,7 @@ def read(fname):
setup( setup(
name="notcurses", name="notcurses",
version="1.6.9", version="1.6.10",
packages=['notcurses'], packages=['notcurses'],
scripts=['notcurses-pydemo'], scripts=['notcurses-pydemo'],
package_dir={'': 'src'}, package_dir={'': 'src'},

@ -5,7 +5,7 @@ license = "Apache-2.0"
description = "Low-level rust bindings for the notcurses C library." description = "Low-level rust bindings for the notcurses C library."
repository = "https://github.com/dankamongmen/notcurses" repository = "https://github.com/dankamongmen/notcurses"
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses" homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
version = "1.6.9" version = "1.6.10"
links = "notcurses" links = "notcurses"
build = "build.rs" build = "build.rs"
edition = "2018" edition = "2018"

@ -7,7 +7,7 @@ use std::path::PathBuf;
// largely taken from https://rust-lang.github.io/rust-bindgen/tutorial-3.html // largely taken from https://rust-lang.github.io/rust-bindgen/tutorial-3.html
fn main() { fn main() {
let plib = pkg_config::Config::new() let plib = pkg_config::Config::new()
.atleast_version("1.6.9") .atleast_version("1.6.10")
.probe("notcurses") .probe("notcurses")
.unwrap(); .unwrap();

@ -1,6 +1,6 @@
[package] [package]
name = "notcurses" name = "notcurses"
version = "1.6.9" version = "1.6.10"
authors = ["nick black <dankamongmen@gmail.com>"] authors = ["nick black <dankamongmen@gmail.com>"]
edition = "2018" edition = "2018"
license = "Apache-2.0" license = "Apache-2.0"
@ -11,7 +11,7 @@ homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
libnotcurses-sys = "^1.6.9" libnotcurses-sys = "^1.6.10"
libc = "0.2.66" libc = "0.2.66"
libc-stdhandle = ">= 0.1.0" libc-stdhandle = ">= 0.1.0"

Loading…
Cancel
Save