X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftty_settings.h;h=b0731078a3d448d06950f736c541982e28063a7d;hp=1104291e0406240d46969ebb75f46a06e762816e;hb=cd142df6d9934f1bda19f5b968cc666291be5072;hpb=12b49d3c56a6130feb2d39fbe2d6c1bc0838f0fa diff --git a/progs/tty_settings.h b/progs/tty_settings.h index 1104291e..b0731078 100644 --- a/progs/tty_settings.h +++ b/progs/tty_settings.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2016 Free Software Foundation, Inc. * + * Copyright (c) 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 +31,7 @@ ****************************************************************************/ /* - * $Id: tty_settings.h,v 1.1 2016/12/24 18:17:44 tom Exp $ + * $Id: tty_settings.h,v 1.2 2017/10/07 19:11:31 tom Exp $ * * Utility functions for saving/restoring terminal settings. */ @@ -41,7 +41,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 */ );