diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-11-27 22:54:35 +0000 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2008-02-08 02:01:27 +0100 |
commit | 5c55d9bf1ae789fd25d5e4153c699134706c2e9f (patch) | |
tree | b8e77479eea15b40e587f5ac06463cf1c4098718 /configure.ac | |
parent | 1b7c164c494090b069b92ffe9457ef2c09e63832 (diff) | |
download | util-linux-old-5c55d9bf1ae789fd25d5e4153c699134706c2e9f.tar.gz |
setterm: add -blan [force|poke] options for TIOCL_{BLANKED,BLANK}SCREEN
Linux has some interface to force an immediate blank
(TIOCL_BLANK/UNBLANKSCREEN) or get the blank status
(TIOCL_BLANKEDSCREEN), which is useful e.g. for blind people.
Co-Author: Karel Zak <kzak@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a148e28d..3bedf2ca 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,7 @@ AC_CHECK_HEADERS( sys/io.h \ pty.h \ err.h \ + linux/tiocl.h \ linux/version.h]) AC_CHECK_HEADERS([linux/raw.h], [AM_CONDITIONAL([HAVE_RAW], [true])], |