Use more markup, sort ENVIRONMENT.

This commit is contained in:
wiz 2017-01-08 13:49:21 +00:00
parent 6811b22279
commit 65fa8d4547
1 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: curses.3,v 1.65 2017/01/05 21:25:18 roy Exp $
.\" $NetBSD: curses.3,v 1.66 2017/01/08 13:49:21 wiz Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -298,27 +298,27 @@ must be called before any of the other routines that deal with color are used.
.El
.Sh ENVIRONMENT
.Bl -tag -width CURSES_TRACE_MASK
.It COLUMNS
.It Ev COLUMNS
The number of columns in the terminal if set.
This is usually automatically configured by querying the kernel.
.It CURSES_TRACE_MASK
.It Ev CURSES_TRACE_MASK
An integer mask that enables specific debugging traces.
Enabled only in the debug build of curses.
.It CURSES_TRACE_FILE
.It Ev CURSES_TRACE_FILE
A file where to output debugging information.
Enabled only in the debug build of curses.
.It ESCDELAY
.It Ev ESCDELAY
The maximum delay in milliseconds between characters in multi-character
keystrokes (such are arrow keys) where the adjacent characters are considered
part of the same multi-character sequence.
The default is 300 milliseconds.
.It TABSIZE
The number of spaces making up a tab.
The default is 8 if not specified by the terminal description.
.It LINES
.It Ev LINES
The number of lines in the terminal if set.
is usually automatically configured by querying the kernel.
.It TERM
.It Ev TABSIZE
The number of spaces making up a tab.
The default is 8 if not specified by the terminal description.
.It Ev TERM
The terminal type of the current terminal.
.El
.Sh SEE ALSO