X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Ftermcap%2Fgrot%2Ftermcap.info-1;h=a5b5da0bb729780ed2a8e79de127243bf3d3feb0;hb=ccc6cda312fea9f0468ee65b8f368e9653e1380b;hp=8390359c6d2b8e368fc7dca327c5e334fd271104;hpb=726f63884db0132f01745f1fb4465e6621088ccf;p=platform%2Fupstream%2Fbash.git diff --git a/lib/termcap/grot/termcap.info-1 b/lib/termcap/grot/termcap.info-1 index 8390359..a5b5da0 100644 --- a/lib/termcap/grot/termcap.info-1 +++ b/lib/termcap/grot/termcap.info-1 @@ -1,5 +1,5 @@ -This is Info file /home/gd/gnu/termcap/termcap.info, produced by -Makeinfo-1.52 from the input file /home/gd/gnu/termcap/termcap.texi. +This is Info file ./termcap.info, produced by Makeinfo-1.55 from the +input file ./termcap.texi. This file documents the termcap library of the GNU system. @@ -218,10 +218,9 @@ variable `TERM' using `getenv ("TERM")'. If you are using the GNU version of termcap, you can alternatively ask `tgetent' to allocate enough space. Pass a null pointer for -BUFFER, and `tgetent' itself allocates the storage using `malloc'. In -this case the returned value on success is the address of the storage, -cast to `int'. But normally there is no need for you to look at the -address. Do not free the storage yourself. +BUFFER, and `tgetent' itself allocates the storage using `malloc'. +There is no way to get the address that was allocated, and you +shouldn't try to free the storage. With the Unix version of termcap, you must allocate space for the description yourself and pass the address of the space as the argument @@ -881,7 +880,7 @@ preferable for cursor motion. File: termcap.info, Node: tparam, Next: tgoto, Up: Using Parameters `tparam' --------- +........ The function `tparam' can encode display commands with any number of parameters and allows you to specify the buffer space. It is the @@ -930,7 +929,7 @@ capability. File: termcap.info, Node: tgoto, Prev: tparam, Up: Using Parameters `tgoto' -------- +....... The special case of cursor motion is handled by `tgoto'. There are two reasons why you might choose to use `tgoto':