]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - progs/tty_settings.h
ncurses 6.2 - patch 20210220
[ncurses.git] / progs / tty_settings.h
index 1104291e0406240d46969ebb75f46a06e762816e..bd3bcdb3207aadc949edf03b58c08ff93f6131b7 100644 (file)
@@ -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 <progs.priv.h>
 
-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 */ );