X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Freset_cmd.h;h=91a637c7e7b3a603f09a98c368a6cc97f4c67953;hp=7d457154996f7d4c4eda9c6a7cf597a9413640f4;hb=f9994a48d2f74b613a0adb19d3917f724d4d1312;hpb=f6b436c4fb50275df43ea10ba9c744fe195a327d diff --git a/progs/reset_cmd.h b/progs/reset_cmd.h index 7d457154..91a637c7 100644 --- a/progs/reset_cmd.h +++ b/progs/reset_cmd.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020 Thomas E. Dickey * + * Copyright 2020,2021 Thomas E. Dickey * * Copyright 2016 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -32,7 +32,7 @@ ****************************************************************************/ /* - * $Id: reset_cmd.h,v 1.8 2020/02/02 23:34:34 tom Exp $ + * $Id: reset_cmd.h,v 1.9 2021/10/02 20:58:58 tom Exp $ * * Utility functions for resetting terminal. */ @@ -51,7 +51,7 @@ extern bool send_init_strings(int /* fd */, TTY * /* old_settings */); extern void print_tty_chars(TTY * /* old_settings */, TTY * /* new_settings */); extern void reset_flush(void); extern void reset_start(FILE * /* fp */, bool /* is_reset */, bool /* is_init */ ); -extern void reset_tty_settings(int /* fd */, TTY * /* tty_settings */); +extern void reset_tty_settings(int /* fd */, TTY * /* tty_settings */, int /* noset */); extern void set_control_chars(TTY * /* tty_settings */, int /* erase */, int /* intr */, int /* kill */); extern void set_conversions(TTY * /* tty_settings */);