Standardize on the vi editing directives being on the first line.

This commit is contained in:
"Robert P. J. Day"
2006-07-02 19:47:05 +00:00
parent 087b9d640e
commit 63fc1a9e08
284 changed files with 285 additions and 19 deletions

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* checklist.c -- implements the checklist box
*

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* colors.h -- color attribute definitions
*

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* dialog.h -- common declarations for all dialog modules

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* inputbox.c -- implements the input box
*

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* menubox.c -- implements the menu box
*

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* msgbox.c -- implements the message box and info box
*

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* textbox.c -- implements the text box
*

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* util.c
*

View File

@ -1,3 +1,4 @@
/* vi: set sw=4 ts=4: */
/*
* yesno.c -- implements the yes/no box
*