(tty_check_term): clarify description.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2021-05-29 13:50:30 +03:00
parent 2f3d59db36
commit 9132211575
1 changed files with 8 additions and 2 deletions

View File

@ -91,8 +91,14 @@ sigintr_handler (int signo)
*
* @param force_xterm Set forced the XTerm type
*
* @return true if @param force_xterm is true or value of $TERM is one of term*, konsole*
* rxvt*, Eterm, dtterm or alacritty
* @return true if @param force_xterm is true or value of $TERM is one of following:
* term*
* konsole*
* rxvt*
* Eterm
* dtterm
* alacritty*
* screen* (and DISPLAY environment variable is set).
*/
gboolean
tty_check_term (gboolean force_xterm)