Fix read default prompt. It's now single line.

This commit is contained in:
maxfl 2012-07-03 10:28:04 +08:00 committed by ridiculousfish
parent 7fccad156e
commit 232ed91ec7

View file

@ -68,7 +68,7 @@
/** /**
The default prompt for the read command The default prompt for the read command
*/ */
#define DEFAULT_READ_PROMPT L"set_color green; echo read; set_color normal; echo \"> \"" #define DEFAULT_READ_PROMPT L"set_color green; echo -n read; set_color normal; echo -n \"> \""
/** /**
The mode name to pass to history and input The mode name to pass to history and input