php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60853
Patch restore_homekey.diff revision 2012-01-23 15:39 UTC by mbt at gator dot net

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);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC