terminal-util: when making /dev/null or the console stdio, forget cached terminal...
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Feb 2018 22:50:26 +0000 (23:50 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Feb 2018 22:50:26 +0000 (23:50 +0100)
commitc6063244db32c0e1b0195e5d653d5e159db06bc7
tree40833ea6d86220a4ec243e8632a93cf9fa2c69ed
parent8854d7950449911dafc2aad945ad97584dd5b9f1
terminal-util: when making /dev/null or the console stdio, forget cached terminal features

Let's forget all relevant terminal features we learnt when we make a
console or /dev/null stdin/stdout/stderr.

Also, while we are at it, let's drop the various _unlikely_ and
_likely_ annotiations around the terminal feature caches. In many cases
we call the relevant functions only once in which cases the annotations
are likely to do just harm and no good. After all we can't know if the
specific code will call us just once or many times...
src/basic/terminal-util.c
src/basic/terminal-util.h