X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_inch.3x;h=4a6f7beb027be955b005b3f3fd36d3ecabe4401d;hp=4fe29e430584225320f0b97977bf9d885c08eb12;hb=6b4f5830b7910188b532d661f79775306715f67e;hpb=7fa7badf32c514211478cf9f79c70f20d435c2f2 diff --git a/man/curs_inch.3x b/man/curs_inch.3x index 4fe29e43..4a6f7beb 100644 --- a/man/curs_inch.3x +++ b/man/curs_inch.3x @@ -1,6 +1,6 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2010,2017 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2017,2018 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 * @@ -27,10 +27,11 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_inch.3x,v 1.18 2017/10/14 19:14:47 tom Exp $ +.\" $Id: curs_inch.3x,v 1.21 2018/07/28 21:34:06 tom Exp $ .TH curs_inch 3X "" .de bP -.IP \(bu 4 +.ie n .IP \(bu 4 +.el .IP \(bu 2 .. .SH NAME \fBinch\fR, @@ -50,8 +51,10 @@ .br .SH DESCRIPTION These routines return the character, of type \fBchtype\fR, at the current -position in the named window. If any attributes are set for that position, -their values are OR'ed into the value returned. Constants defined in +position in the named window. +If any attributes are set for that position, +their values are OR'ed into the value returned. +Constants defined in \fB\fR can be used with the \fB&\fR (logical AND) operator to extract the character or attributes alone. . @@ -89,7 +92,7 @@ with the \fIstandout\fP attribute removed. System V curses added support for several video attributes which could be combined with characters in the window. .IP -Reflecting this improvment, the function was altered to return the +Reflecting this improvement, the function was altered to return the character combined with all video attributes in a \fBchtype\fP value. .PP X/Open Curses does not specify