exposurses

Check-in [a7bd8579c0]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add note about where file is from/based on
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: a7bd8579c028feb299313dcb707ac6699972d5967f19ce9feebd165e34e8373c
User & Date: atomicules@lavabit.com 2013-07-08 08:55:03
Original User & Date: atomicules@lavabit.com 2013-07-08 08:55:04
Context
2013-07-08
08:55
Re-ident, fix comment typo, slight re-format check-in: 18fbc02037 user: atomicules@lavabit.com tags: origin/master, trunk
08:55
Add note about where file is from/based on check-in: a7bd8579c0 user: atomicules@lavabit.com tags: origin/master, trunk
08:54
Rename file check-in: 40ac3fa835 user: atomicules@lavabit.com tags: origin/master, trunk
Changes
Hide Diffs Side-by-Side Diffs Ignore Whitespace Patch

Changes to exposurses.c.



1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
9
+
+







/* This file based on menu_scroll.c from:
   http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/intro.html */
#include <curses.h>
#include <menu.h>

#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
#define CTRLD 	4

char *choices[] = {