From 8589c0af91b78c59c8a226ad7eec9af3262e8737 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 24 Nov 2013 15:00:30 -0200 Subject: - Initial work on setting color to prompt --- phpdbg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpdbg.h') diff --git a/phpdbg.h b/phpdbg.h index 8f455e8c7b..327116d6f4 100644 --- a/phpdbg.h +++ b/phpdbg.h @@ -132,6 +132,8 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg) HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */ char *prompt; /* prompt */ + char *prompt_raw; /* prompt unmodified */ + char *prompt_color; /* prompt color */ char *exec; /* file to execute */ size_t exec_len; /* size of exec */ zend_op_array *ops; /* op_array */ -- cgit v1.2.1