From 5fd83771641d15c418f747bd343ba6738d3875f7 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 9 May 2021 14:20:58 -0400 Subject: Import macOS userland adv_cmds-176 basic_cmds-55 bootstrap_cmds-116.100.1 developer_cmds-66 diskdev_cmds-667.40.1 doc_cmds-53.60.1 file_cmds-321.40.3 mail_cmds-35 misc_cmds-34 network_cmds-606.40.1 patch_cmds-17 remote_cmds-63 shell_cmds-216.60.1 system_cmds-880.60.2 text_cmds-106 --- patch_cmds/diffstat/testing/case07.pat | 107 +++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 patch_cmds/diffstat/testing/case07.pat (limited to 'patch_cmds/diffstat/testing/case07.pat') diff --git a/patch_cmds/diffstat/testing/case07.pat b/patch_cmds/diffstat/testing/case07.pat new file mode 100644 index 0000000..e72061d --- /dev/null +++ b/patch_cmds/diffstat/testing/case07.pat @@ -0,0 +1,107 @@ +--- /dev/null 1.1 Sun Jul 17 19:46:18 1994 ++++ ncurses-1.9.8a_960131_e285r/man/resizeterm.3x Wed Jan 31 20:21:04 1996 +@@ -0,0 +1,53 @@ ++.\"***************************************************************************** ++.\" Testcase for "resizeterm" * ++.\" * ++.\" A discussion of this file is found at: * ++.\" http://invisible-island.net/ncurses/ncurses-license.html#ncurses_1_9_3 * ++.\" A later version of this manpage is included as part of ncurses. * ++.\"***************************************************************************** ++.TH resizeterm 3X "" ++. ++.SH NAME ++\fBresizeterm\fR - change the curses terminal size ++. ++.SH SYNOPSIS ++\fB#include \fR ++ ++\fBint resizeterm(int lines, int columns);\fR ++. ++.SH DESCRIPTION ++This is an extension to the curses library. ++It provides callers with a hook into the \fBncurses\fR data to resize windows, ++primarily for use by programs running in an X Window terminal (e.g., xterm). ++The function \fBresizeterm\fR resizes the standard and current windows ++to the specified dimensions, and adjusts other bookkeeping data used by ++the \fBncurses\fR library that record the window dimensions. ++ ++When resizing the windows, the function blank-fills the areas that are ++extended. The calling application should fill in these areas with ++appropriate data. ++ ++The function does not resize other windows. ++. ++.SH RETURN VALUE ++The function returns the integer \fBERR\fR upon failure and \fBOK\fR on success. ++It will fail if either of the dimensions less than or equal to zero, ++or if an error occurs while (re)allocating memory for the windows. ++. ++.SH NOTES ++While this function is intended to be used to support a signal handler ++(i.e., for SIGWINCH), care should be taken to avoid invoking it in a ++context where \fBmalloc\fR or \fBrealloc\fR may have been interrupted, ++since it uses those functions. ++. ++.SH SEE ALSO ++\fBwresize\fR(3x). ++. ++.SH AUTHOR ++Thomas Dickey (from an equivalent function written in 1988 for BSD curses). ++.\"# ++.\"# The following sets edit modes for GNU EMACS ++.\"# Local Variables: ++.\"# mode:nroff ++.\"# fill-column:79 ++.\"# End: +--- /dev/null Sun Jul 17 19:46:18 1994 ++++ ncurses-1.9.8a_960131_e285r/man/wresize.3x Wed Jan 31 20:21:04 1996 +@@ -0,0 +1,47 @@ ++.\"***************************************************************************** ++.\" Testcase for "wresize" * ++.\" * ++.\" A discussion of this file is found at: * ++.\" http://invisible-island.net/ncurses/ncurses-license.html#ncurses_1_9_3 * ++.\" A later version of this manpage is included as part of ncurses. * ++.\" Copyright 1995 by Thomas E. Dickey. All Rights Reserved. * ++.\"***************************************************************************** ++.TH wresize 3X "" ++. ++.SH NAME ++\fBwresize\fR - resize a curses window ++. ++.SH SYNOPSIS ++\fB#include \fR ++ ++\fBint wresize(WINDOW *win, int lines, int columns);\fR ++. ++.SH DESCRIPTION ++The \fBwresize\fR function reallocates storage for an \fBncurses\fR ++window to adjust its dimensions to the specified values. ++If either dimension is larger than the current values, the ++window's data is filled with blanks that have the current background rendition ++(as set by \fBwbkgndset\fR) merged into them. ++. ++.SH RETURN VALUE ++The function returns the integer \fBERR\fR upon failure and \fBOK\fR on success. ++It will fail if either of the dimensions less than or equal to zero, ++or if an error occurs while (re)allocating memory for the window. ++. ++.SH NOTES ++The only restriction placed on the dimensions is that they be greater than zero. ++The dimensions are not compared to \fBcurses\fR screen dimensions to ++simplify the logic of \fBresizeterm\fR. ++The caller must ensure that the window's dimensions fit within the ++actual screen dimensions. ++. ++.SH SEE ALSO ++\fBresizeterm\fR(3x). ++. ++.SH AUTHOR ++Thomas Dickey (from an equivalent function written in 1988 for BSD curses). ++.\"# ++.\"# The following sets edit modes for GNU EMACS ++.\"# Local Variables: ++.\"# mode:nroff ++.\"# fill-column:79 ++.\"# End: -- cgit v1.2.3-56-ge451