diff src/variables.cc @ 1044:1aa6f2edd975

[project @ 1995-01-18 16:35:01 by jwe]
author jwe
date Wed, 18 Jan 1995 16:35:01 +0000
parents d383ec996ee1
children cb4eaa324faf
line wrap: on
line diff
--- a/src/variables.cc	Wed Jan 18 15:56:40 1995 +0000
+++ b/src/variables.cc	Wed Jan 18 16:35:01 1995 +0000
@@ -1461,6 +1461,9 @@
   DEFVAR ("PS2", SBV_PS2, "> ", 0, 0, 1, sv_ps2,
     "secondary prompt string");
 
+  DEFVAR ("PS4", SBV_PS4, "+ ", 0, 0, 1, sv_ps4,
+    "string printed before echoed input (enabled by --echo-input)");
+
   DEFVAR ("PWD", SBV_PWD, get_working_directory ("initialize_globals"),
 	  0, 1, 1, sv_pwd,
     "current working directory");