X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftty_settings.h;h=bd3bcdb3207aadc949edf03b58c08ff93f6131b7;hp=1104291e0406240d46969ebb75f46a06e762816e;hb=f3ec084eb66ba14feb6357b674fb85dd474933d8;hpb=62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65 diff --git a/progs/tty_settings.h b/progs/tty_settings.h index 1104291e..bd3bcdb3 100644 --- a/progs/tty_settings.h +++ b/progs/tty_settings.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2016 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -31,7 +32,7 @@ ****************************************************************************/ /* - * $Id: tty_settings.h,v 1.1 2016/12/24 18:17:44 tom Exp $ + * $Id: tty_settings.h,v 1.3 2020/02/02 23:34:34 tom Exp $ * * Utility functions for saving/restoring terminal settings. */ @@ -41,7 +42,7 @@ #include -extern int save_tty_settings(TTY * /* tty_settings */ ); +extern int save_tty_settings(TTY * /* tty_settings */, bool /* need_tty */ ); extern void restore_tty_settings(void); extern void update_tty_settings(TTY * /* old_settings */, TTY * /* new_settings */ );