From: Hartmut Holzgraefe Date: Mon, 17 Sep 2001 22:00:38 +0000 (+0000) Subject: editor hints added X-Git-Tag: PRE_SUBST_Z_MACROS~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38ab8708f26a4bf04f0b26b1734cd41ed6168eaf;p=php editor hints added --- diff --git a/ext/ncurses/ncurses_fe.c b/ext/ncurses/ncurses_fe.c index 180d83f34e..35f7efb29c 100644 --- a/ext/ncurses/ncurses_fe.c +++ b/ext/ncurses/ncurses_fe.c @@ -145,3 +145,12 @@ function_entry ncurses_functions[] = { PHP_FE(ncurses_keyok, NULL) {NULL, NULL, NULL} /* Must be the last line in ncurses_functions[] */ }; + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ diff --git a/ext/ncurses/ncurses_functions.c b/ext/ncurses/ncurses_functions.c index a014f049c8..c3dd91fad9 100644 --- a/ext/ncurses/ncurses_functions.c +++ b/ext/ncurses/ncurses_functions.c @@ -1479,3 +1479,11 @@ PHP_FUNCTION(ncurses_wrefresh) } /* }}} */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ diff --git a/ext/ncurses/php_ncurses_fe.h b/ext/ncurses/php_ncurses_fe.h index e9bbbaa370..6762cf9be0 100644 --- a/ext/ncurses/php_ncurses_fe.h +++ b/ext/ncurses/php_ncurses_fe.h @@ -134,3 +134,12 @@ PHP_FUNCTION(ncurses_hline); PHP_FUNCTION(ncurses_vline); PHP_FUNCTION(ncurses_keyok); #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */