Patch restore_homekey.diff for ncurses Bug #60853
Patch version 2012-01-23 15:39 UTC
Return to Bug #60853 |
Download this patch
Patch Revisions:
Developer: mbt@gator.net
diff -r 2fd8275c5221 ncurses.c
--- a/ncurses.c Mon Jan 23 04:30:45 2012 -0500
+++ b/ncurses.c Mon Jan 23 05:34:36 2012 -0500
@@ -154,6 +154,7 @@
PHP_NCURSES_CONST(KEY_EXIT);
PHP_NCURSES_CONST(KEY_FIND);
PHP_NCURSES_CONST(KEY_HELP);
+ PHP_NCURSES_CONST(KEY_HOME);
PHP_NCURSES_CONST(KEY_MARK);
PHP_NCURSES_CONST(KEY_MESSAGE);
PHP_NCURSES_CONST(KEY_MOVE);
|