[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-Escape sequences in print command
From: |
Jose E. Marchesi |
Subject: |
Re: C-Escape sequences in print command |
Date: |
Mon, 30 Sep 2019 12:30:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
BTW, one of the reasons why it is good to abstract the terminal caps,
other than portability, is that sometimes we don't want "decorated" text
in the output.
For example, the poke testsuite is run with --quiet. When running in
that mode, poke should not emit any control sequence, or `expect' will
get confused and tests will fail.