X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_terminfo.3x;h=229da5d63b6c30c5ef9c1034f970f6438a86ea11;hp=54eb08a88eaa779318bbfa14c3e1da9b2d24d4a1;hb=14d46fadc442db9df4567357cda396235418120e;hpb=349761f30e7fc0b4bf2718f7fc3da34e09ea6735 diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x index 54eb08a8..229da5d6 100644 --- a/man/curs_terminfo.3x +++ b/man/curs_terminfo.3x @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_terminfo.3x,v 1.65 2020/09/29 20:07:42 Rueben.Thomas Exp $ +.\" $Id: curs_terminfo.3x,v 1.67 2020/11/07 23:49:07 tom Exp $ .TH curs_terminfo 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -62,8 +62,6 @@ .hy .SH SYNOPSIS .nf -\fB#include \fR -.br \fB#include \fR .sp \fBTERMINAL *cur_term;\fR @@ -120,6 +118,14 @@ capabilities, such as programming function keys. For all other functionality, \fBcurses\fR routines are more suitable and their use is recommended. +.PP +None of these functions use (or are aware of) multibyte character strings +such as UTF-8: +.bP +capability names use the POSIX portable character set +.bP +capability string values have no associated encoding; +they are strings of 8-bit characters. .SS Initialization .PP Initially, \fBsetupterm\fR should be called.