exposurses

Artifact [e6f413d2e2]
Login

Artifact e6f413d2e239ca43d8e0acf1ba2d4c1475ea45cb016d0e3614b963ad1f3c5bc7:


#Exposurses

A little [exposure](http://en.wikipedia.org/wiki/Exposure_value) calculator in C and Ncurses as a learning exercise.

![](./exposurses.png)

##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).