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: |
a7bd8579c028feb299313dcb707ac669 |
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
Changes to exposurses.c.
1 2 3 4 5 6 7 | #include <curses.h> #include <menu.h> #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) #define CTRLD 4 char *choices[] = { | > > | 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[] = { |
︙ | ︙ |