mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not
defined.
This commit is contained in:
parent
62d66491ff
commit
6ee3df56d0
1 changed files with 2 additions and 1 deletions
|
@ -30,10 +30,11 @@
|
|||
#include "terminfo.mdh"
|
||||
#include "terminfo.pro"
|
||||
|
||||
static char terminfo_nam[] = "terminfo";
|
||||
|
||||
/**/
|
||||
#ifdef HAVE_TIGETSTR
|
||||
|
||||
static char terminfo_nam[] = "terminfo";
|
||||
static Param terminfo_pm;
|
||||
|
||||
/* echoti: output a terminfo capability */
|
||||
|
|
Loading…
Reference in a new issue