exposurses

Artifact [cab3b2b3ef]
Login

Artifact cab3b2b3ef2c1b34d957fdf11869bb5f1fd40c17fa3e8736d76149b65d332b66:


# Exposurses

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

![](./raw/c70323097b31f49599e3550abef6621d1db05a54248e2cdda001a5f8e1000b2d?m=image/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).