| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This also improves the readability of _ti_tiparm.
|
|
These are extracted by genman and placed into the compiled terminfo.5
Fixes PR lib/47090
|
|
and set errno to ENOTSUPP.
|
|
Thanks to Bernd Ernesti.
|
|
tput(1) to use it so we can work with string parameters to capabilities.
|
|
Also, fix the ~ and ! logic.
|
|
Fixes PR lib/47490 thanks to Julien Oster
|
|
|
|
|
|
|
|
|
|
|
|
terminfo specification this should never happen.
Correctly return NULL when realloc(3) fails.
|
|
under #ifdef __VALGRIND__ though.
|
|
either of the arguments.
|
|
|
|
|
|
|
|
equivalent sys/cdefs.h invocation.
|
|
by tnozaki.
|
|
|
|
|
|
|
|
don't play games with curdir/objdir.
|
|
there is no longer a need to store these files in CVS.
|
|
terminal. However, some applications such as telnet want to know this.
ncurses dumps the terminfo header into an undefined variable ttytype
and these applications then parse it to work out the aliases.
We should do the same for now, until a standard mechanism for getting
the information is available or the need for it goes away.
|
|
|
|
As we now go via tiparm, store nums as int to conserve memory.
|
|
|
|
|
|
|
|
Replace vtparm with tiparm.
tiparm is also non standard, but has been proposed at least.
|
|
|
|
work with non-NUL terminated strings.
|
|
|
|
|
|
|
|
Fixes PR lib/43941
|
|
to print a parameter.
|
|
|
|
have been eliminated.
|
|
returning NULL.
|
|
|
|
%B %D %r %2 %3 %d %+ %> %.
Fixes PR bin/44692.
|
|
|
|
best for now because there are too many programs that don't check the return
value of it. Of course cursor motion commands from $TERMCAP have 0 chance
of working now, since their % escapes are not translated to terminfo. In
the window case %+ expects one param from the stack in the termcap case
and two in the terminfo so we barf. We need proper captoinfo handling for
the % escapes, like the one in ncurses. Hi Roy :-)
|