mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
pre-0.2.0
This commit is contained in:
parent
c6da5d5e7a
commit
5f3a12bc63
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(notcurses VERSION 0.1.0
|
||||
project(notcurses VERSION 0.2.0
|
||||
DESCRIPTION "UI library for modern terminal emulators"
|
||||
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
|
||||
LANGUAGES C CXX)
|
||||
|
@ -2,11 +2,13 @@
|
||||
cleanroom TUI library for modern terminal emulators. definitely not curses.
|
||||
|
||||
* [Introduction](#introduction)
|
||||
* [Requirements](#requirements)
|
||||
* [Basic use](#basic-use)
|
||||
* [Planes](#planes)
|
||||
* [Cells](#cells)
|
||||
* [Differences from NCURSES](#differences-from-ncurses)
|
||||
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
|
||||
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
|
||||
* [Useful links](#cells)
|
||||
|
||||
[](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
notcurses (0.2.0-1) UNRELEASED; urgency=medium
|
||||
|
||||
*
|
||||
|
||||
-- Nick Black <dankamongmen@gmail.com> Thu, 28 Nov 2019 22:32:11 -0500
|
||||
|
||||
notcurses (0.1.0-1) unstable; urgency=medium
|
||||
|
||||
* Build notcurses-bin package, silencing lintian error about
|
||||
|
Loading…
x
Reference in New Issue
Block a user