summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_functions.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-09-17 22:00:38 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-09-17 22:00:38 +0000
commit38ab8708f26a4bf04f0b26b1734cd41ed6168eaf (patch)
treed68b354ba91ea27adf9663a0261b1ce0ea709333 /ext/ncurses/ncurses_functions.c
parent2f59bb576d63ef4e37bcb15525fec1d67a1b0e67 (diff)
downloadphp-git-38ab8708f26a4bf04f0b26b1734cd41ed6168eaf.tar.gz
editor hints added
Diffstat (limited to 'ext/ncurses/ncurses_functions.c')
-rw-r--r--ext/ncurses/ncurses_functions.c8
1 files changed, 8 insertions, 0 deletions
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
+ */