Index: README.markdown ================================================================== --- README.markdown +++ README.markdown @@ -1,12 +1,10 @@ #Exposurses -A little learning exercise in C and Curses/NCurses - -See http://en.wikipedia.org/wiki/Exposure_value +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).