Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add starter of a README file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
91deaaa03bba85b6832d908b050dc2ba |
User & Date: | atomicules@lavabit.com 2013-07-08 09:03:48 |
Context
2013-07-10
| ||
12:29 |
Fix pointer types
Or whatever the hell they are called. Inadvertently set these wrong when | |
2013-07-08
| ||
09:03 | Add starter of a README file check-in: 91deaaa03b user: atomicules@lavabit.com tags: origin/master, trunk | |
08:58 |
Add Makefile and config.mk
Probably overkill for such a tiny file, but good practice for me. check-in: fc1d33f903 user: atomicules@lavabit.com tags: origin/master, trunk | |
Changes
Added README.markdown.
> > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 | #Exposurses A little learning exercise in C and Curses/NCurses See http://en.wikipedia.org/wiki/Exposure_value ##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). |