]> git.evergreen-ils.org Git - OpenSRF.git/commit
1. If an input line ends in a backslash, remove the backslash
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 6 Jun 2009 12:40:00 +0000 (12:40 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 6 Jun 2009 12:40:00 +0000 (12:40 +0000)
commit83eba1d3db42a048a848ae1839dcfc13f09cf22e
tree2c43755fcb4101f8ac47e35c8a3dda8c096bace6
parent41ef975358cc6e40ca93021680cd96518c2b490f
1. If an input line ends in a backslash, remove the backslash
and append the following line as a continuation.

2. Disable the readline library's special treatment of
horizontal tabs, which by default trigger file name
completion (which is not useful for srfsh).

3. In calls to strtok(): accept horizontal tabs as
delimiters, since they are no longer suppressed
by readline().

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1716 9efc2488-bf62-4759-914b-345cdb29e865
src/srfsh/srfsh.c