mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
1K stars!
This commit is contained in:
parent
4d6526a61d
commit
4f86f1b0fd
@ -1,5 +1,6 @@
|
|||||||
# History
|
# History
|
||||||
|
|
||||||
|
* 2021-08-12: One thousand Github stars! https://www.youtube.com/watch?v=ROlKx7PG6sY
|
||||||
* 2021-07-29: Notcurses [2.3.12 "drop a gem on 'em"](https://github.com/dankamongmen/notcurses/releases/tag/v2.3.12) is added to [Homebrew](https://github.com/Homebrew/homebrew-core/pull/82112).
|
* 2021-07-29: Notcurses [2.3.12 "drop a gem on 'em"](https://github.com/dankamongmen/notcurses/releases/tag/v2.3.12) is added to [Homebrew](https://github.com/Homebrew/homebrew-core/pull/82112).
|
||||||
* 2021-07-12: OS X support is added during the 2.3.10 development period, with lots of help from Michael Bradley Jr. (@michaelsbradleyjr).
|
* 2021-07-12: OS X support is added during the 2.3.10 development period, with lots of help from Michael Bradley Jr. (@michaelsbradleyjr).
|
||||||
* The [Notcurses III video](https://www.youtube.com/watch?v=dcjkezf1ARY) tears it up.
|
* The [Notcurses III video](https://www.youtube.com/watch?v=dcjkezf1ARY) tears it up.
|
||||||
|
@ -7,8 +7,8 @@ extern "C" {
|
|||||||
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "builddef.h"
|
#include "builddef.h"
|
||||||
#include "notcurses/notcurses.h"
|
|
||||||
#include "compat/compat.h"
|
#include "compat/compat.h"
|
||||||
|
#include "notcurses/notcurses.h"
|
||||||
|
|
||||||
#include <ncurses.h> // needed for some definitions, see terminfo(3ncurses)
|
#include <ncurses.h> // needed for some definitions, see terminfo(3ncurses)
|
||||||
#include <term.h>
|
#include <term.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user