chiark / gitweb /
core/execute: add internal is_terminal_output()
authorMichal Schmidt <mschmidt@redhat.com>
Thu, 28 Feb 2013 00:35:47 +0000 (01:35 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 28 Feb 2013 01:23:53 +0000 (02:23 +0100)
commit3a1286b66883ef2cf577b29364e4b5fd43a295c8
tree7fa0398c6fa98d4d86074d49eebd2492b91da00b
parent21baf21ae526d0180177cf4a26ce82d45b6103e2
core/execute: add internal is_terminal_output()

Similar to already existing is_terminal_input().

Note that the only current user (connect_logger_as) is never called
for EXEC_OUTPUT_TTY, so it won't mind whether we accept it.
src/core/execute.c