mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
backslash works better for CMDSEP
This commit is contained in:
parent
5c859e6fef
commit
b878250bbf
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ but in the year 2005 this is still not the case. -lynX
|
|||
#define ESC2 '`' /* other special escape char */
|
||||
#define STRESC2 "`"
|
||||
-#define CMDSEP ';' /* command separator character */
|
||||
+#define CMDSEP '§' /* command separator character */
|
||||
+#define CMDSEP '\\' /* command separator character */
|
||||
#define SPECIAL_CHARS "{}();\"=" /* specials chars needing escape */
|
||||
#define MPI "~$#E" /* MUME protocol introducer */
|
||||
#define MPILEN 4 /* strlen(MPI) */
|
||||
|
|
Loading…
Reference in a new issue