X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fscr_dump.5;h=fd2e1a07e52fb7ddd9bff6ab9c7fce02283d8a43;hb=859f2280a309b121d29160e4d066ecc0fd39e52c;hp=bb2d1c7ff10bf468e0972ac1bcc651bb80506322;hpb=cccf831ed7c83410c7f6cec2a43e71e9c4278b4c;p=ncurses.git diff --git a/man/scr_dump.5 b/man/scr_dump.5 index bb2d1c7f..fd2e1a07 100644 --- a/man/scr_dump.5 +++ b/man/scr_dump.5 @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 2017,2018 Free Software Foundation, Inc. * +.\" Copyright 2018-2020,2021 Thomas E. Dickey * +.\" Copyright 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 * @@ -26,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: scr_dump.5,v 1.13 2018/05/19 21:10:21 tom Exp $ +.\" $Id: scr_dump.5,v 1.20 2021/12/25 21:13:38 tom Exp $ .TH scr_dump 5 .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -43,7 +44,8 @@ .de NE .fi .ft R -.in -4 +.ie n .in -4 +.el .in -2 .. .de bP .ie n .IP \(bu 4 @@ -137,15 +139,15 @@ Refer to \fIX/Open Curses, Issue 7\fP (2009). X/Open's documentation for \fIenhanced curses\fP says only: .RS 3 .PP -The \fIgetwin(\ ) \fPfunction reads window-related data +The \fBgetwin(\ ) \fPfunction reads window-related data stored in the file by \fIputwin(\ )\fP. The function then creates and initializes a new window using that data. .PP -The \fIputwin(\ )\fP function writes all data associated -with \fIwin\fP into the \fIstdio\fP stream to which \fIfilep\fP +The \fBputwin(\ )\fP function writes all data associated +with \fIwin\fP into the \fBstdio\fP(3) stream to which \fIfilep\fP points, using an \fBunspecified format\fP. -This information can be retrieved later using \fIgetwin(\ )\fP. +This information can be retrieved later using \fBgetwin(\ )\fP. .RE .PP In the mid-1990s when the X/Open Curses document was written, @@ -351,31 +353,31 @@ VMIN=1 VTIME=0 FLAGS=0x1000 FG=0,0 -BG=0,0, +BG=0,0, 0,0,0,1, -0,19,0,0, +0,19,0,0, 1,0,0,1, -1,19,0,0, +1,19,0,0, 2,0,0,1, -2,19,0,0, +2,19,0,0, 3,0,0,1, -3,19,0,0, +3,19,0,0, 4,0,0,1, 4,5,0x20,0,Hello 4,10,0,1, -4,19,0,0, +4,19,0,0, 5,0,0,1, 5,5,0x4,2,World! 5,11,0,1, -5,19,0,0, +5,19,0,0, 6,0,0,1, -6,19,0,0, +6,19,0,0, 7,0,0,1, -7,19,0,0, +7,19,0,0, 8,0,0,1, -8,19,0,0, +8,19,0,0, 9,0,0,1, -9,19,0,0, +9,19,0,0, CUR=11,5 .NE .PP @@ -385,8 +387,8 @@ The \fIxpg4\fP curses library does not know about the \fBbce\fP (back color erase) capability, and does not color the window background. .ne 10 .PP -On the other hand, the SVr4 curses library does know about the background -color. However, its screen dumps are in binary. +On the other hand, the SVr4 curses library does know about the background color. +However, its screen dumps are in binary. Here is the corresponding dump (using \*(``od -t x1\*(''): .NS 0000000 1c 01 c3 d6 f3 58 05 00 0b 00 0a 00 14 00 00 00 @@ -414,8 +416,8 @@ Here is the corresponding dump (using \*(``od -t x1\*(''): .NE .SH SEE ALSO .PP -\fBcurs_scr_dump\fR(3X), -\fBcurs_util\fR(3X). +\fBcurs_scr_dump\fP(3X), +\fBcurs_util\fP(3X). .SH AUTHORS .PP Thomas E. Dickey