summaryrefslogtreecommitdiff
path: root/dselect/dselect-curses.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+1
These just clutter the code base, as adding modelines for each possible editor out there does not scale, and they are currently not exhaustive anyway.
2011-07-07Fix comment header lines describing the subprojectGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
Remove trailing spaces. Remove blank lines not separating different code blocks. Remove blank lines at the end of the file.
2009-11-08Unify text in license headersGuillem Jover1-5/+5
Add a missing “of the License” after “version 2”. Move “but” and “GNU” at the end of line to the next line. This matches more closely the paragraph found in the license text for the GPL version 2.
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
Use the <http://www.gnu.org/licenses/> URL, instead of in most cases the outdated FSF address, which is way more stable, as the latter has changed several times in the past.
2009-04-13Detect the curses headers to use instead of hardcoding themGuillem Jover1-0/+40
Wrap the curses headers to use and select them through the config.h macros detected at configure time. This way we can also cleanly detect the path needed by mkcurkeys.pl w/o duplicating the selection logic.