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