X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_terminfo.3x;h=229da5d63b6c30c5ef9c1034f970f6438a86ea11;hp=c6eac6e3053607a94816e52219b5a99005f29271;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175 diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x index c6eac6e3..229da5d6 100644 --- a/man/curs_terminfo.3x +++ b/man/curs_terminfo.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 1999-2018,2020 Free Software Foundation, Inc. * +.\" Copyright 2018,2020 Thomas E. Dickey * +.\" Copyright 1998-2016,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: curs_terminfo.3x,v 1.63 2020/01/18 23:55:46 tom 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 `` `` @@ -61,8 +62,6 @@ .hy .SH SYNOPSIS .nf -\fB#include \fR -.br \fB#include \fR .sp \fBTERMINAL *cur_term;\fR @@ -119,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. @@ -384,7 +391,7 @@ These null-terminated arrays contain .bP the short terminfo names (\*(``codes\*(''), .bP -the \fBtermcap\fR names (\*(``names\*('', and +the \fBtermcap\fR names (\*(``names\*(''), and .bP the long terminfo names (\*(``fnames\*('') .PP