mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
yummy covid-19
This commit is contained in:
parent
078feca8e6
commit
a9c64a8c8b
BIN
data/covid19.jpg
Normal file
BIN
data/covid19.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
@ -13,7 +13,7 @@
|
|||||||
* Repack DFSG-safe tarball, upload to github
|
* Repack DFSG-safe tarball, upload to github
|
||||||
* download github-spun tarball
|
* download github-spun tarball
|
||||||
* remove nonfree multimedia:
|
* remove nonfree multimedia:
|
||||||
* rm data/chun* data/[adeflmPw]* src/demo/jungle.c
|
* rm data/chun* data/covid* data/[adeflmPw]* src/demo/jungle.c
|
||||||
* `tar -cJf ../v$VERSION.dfsg.tar.xz -C.. notcurses-$VERSION`
|
* `tar -cJf ../v$VERSION.dfsg.tar.xz -C.. notcurses-$VERSION`
|
||||||
* upload to github
|
* upload to github
|
||||||
* Build new Debian package
|
* Build new Debian package
|
||||||
|
@ -80,7 +80,7 @@ int main(void){
|
|||||||
struct ncplane* n = notcurses_stdplane(nc);
|
struct ncplane* n = notcurses_stdplane(nc);
|
||||||
|
|
||||||
int averr;
|
int averr;
|
||||||
struct ncvisual* ncv = ncplane_visual_open(n, "../data/changes.jpg", &averr);
|
struct ncvisual* ncv = ncplane_visual_open(n, "../data/covid19.jpg", &averr);
|
||||||
if(!ncv){
|
if(!ncv){
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user