Allow c-style escapes with parameters.
commitd87a0d8f27a979ad1264b3848cc1a2cad0be91c3
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sat, 28 Feb 2009 06:23:00 +0000 (28 01:23 -0500)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Sat, 28 Feb 2009 06:23:00 +0000 (28 01:23 -0500)
treeccf070dd8b51b261163f52b44725b72e5b1d9c42
parent5c2192b2789765a00356b41279ea71d940fab8c5
Allow c-style escapes with parameters.

With this change, it's possible to use '\n' to represent a new line,
instead of '\012' This will be particularly useful for the 'stuff'
command. Fixes #25647.
src/process.c