]> granicus.if.org Git - php/commitdiff
editor hints added
authorHartmut Holzgraefe <hholzgra@php.net>
Mon, 17 Sep 2001 22:00:38 +0000 (22:00 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Mon, 17 Sep 2001 22:00:38 +0000 (22:00 +0000)
ext/ncurses/ncurses_fe.c
ext/ncurses/ncurses_functions.c
ext/ncurses/php_ncurses_fe.h

index 180d83f34ea8284545fcb0202bf74107f92ca390..35f7efb29c355f4a087524e48b79868f525e0ce8 100644 (file)
@@ -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
+ */
index a014f049c8bf9c1e2778c17d200a0d5447807130..c3dd91fad90b95f964151fed6d2af44433d5dd4c 100644 (file)
@@ -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
+ */
index e9bbbaa3701d00da2330eb60b15385474c996f18..6762cf9be0be3e1beb9d8e15dcfeece56951b08b 100644 (file)
@@ -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
+ */