Index: README.markdown ================================================================== --- README.markdown +++ README.markdown @@ -1,10 +1,10 @@ -#Exposurses +# Exposurses A little [exposure](http://en.wikipedia.org/wiki/Exposure_value) calculator in C and Ncurses as a learning exercise. ![](./exposurses.png) -##Credits +## 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).