exposurses

Check-in [91deaaa03b]
Login

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

Overview
Comment:Add starter of a README file
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 91deaaa03bba85b6832d908b050dc2ba7119ae01c2fce4b5a74a5182646d3af8
User & Date: atomicules@lavabit.com 2013-07-08 09:03:48
Context
2013-07-10
12:29
Fix pointer types

Or whatever the hell they are called. Inadvertently set these wrong when
adding in the third menu. check-in: 18f4d20e48 user: atomicules@lavabit.com tags: origin/master, trunk

2013-07-08
09:03
Add starter of a README file check-in: 91deaaa03b user: atomicules@lavabit.com tags: origin/master, trunk
08:58
Add Makefile and config.mk

Probably overkill for such a tiny file, but good practice for me. check-in: fc1d33f903 user: atomicules@lavabit.com tags: origin/master, trunk

Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added README.markdown.





















>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
#Exposurses

A little learning exercise in C and Curses/NCurses

See http://en.wikipedia.org/wiki/Exposure_value

##Credits

- File initially based on `menu_scroll.c` from [NCURSES Programming HOWTO](http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/intro.html).
- Makefile and config.mk based on [suckless](http://suckless.org/) approach. I think. (Disclaimer: the rest of the code surely isn't).