summaryrefslogtreecommitdiff
path: root/ext/ncurses/ncurses_fe.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_fe.c
parent2f59bb576d63ef4e37bcb15525fec1d67a1b0e67 (diff)
downloadphp-git-38ab8708f26a4bf04f0b26b1734cd41ed6168eaf.tar.gz
editor hints added
Diffstat (limited to 'ext/ncurses/ncurses_fe.c')
-rw-r--r--ext/ncurses/ncurses_fe.c9
1 files changed, 9 insertions, 0 deletions
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
+ */