Suppress messages when commands have '@' (or '-') prefixes.
commitb24b0bc5a3e973c5fc798a7e77c7e13510fa8990
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Mon, 29 Mar 2010 17:47:49 +0000 (29 13:47 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Mon, 29 Mar 2010 17:52:14 +0000 (29 13:52 -0400)
tree54123706f753397689ce79a5425fd4baf3821700
parent0fb12a018ab3d3fea6c02847b355c1e3cd15e36e
Suppress messages when commands have '@' (or '-') prefixes.

Currently, '@' or'-' prefixed commands suppress both error messages
and normal messages. It will be possible to differentiate between
the two, though, if there was need for it. These flags can be useful
for, for example, remote commands to not interrupt displays etc.
src/ChangeLog
src/extern.h
src/process.c
src/screen.c