diff options
| author | Andrey Borzenkov <bor@users.sourceforge.net> | 2001-02-13 14:35:07 +0000 |
|---|---|---|
| committer | Andrey Borzenkov <bor@users.sourceforge.net> | 2001-02-13 14:35:07 +0000 |
| commit | fa6bab3083577cdca9f8f45a686e9b118e050ffa (patch) | |
| tree | 50b7b76bcff19dfd3945a65a1c568b6c028b57bb /Src/Modules/terminfo.c | |
| parent | try to make the -t option of zpty smarter (13462) (diff) | |
| download | zsh-fa6bab3083577cdca9f8f45a686e9b118e050ffa.tar zsh-fa6bab3083577cdca9f8f45a686e9b118e050ffa.tar.gz zsh-fa6bab3083577cdca9f8f45a686e9b118e050ffa.tar.bz2 zsh-fa6bab3083577cdca9f8f45a686e9b118e050ffa.tar.lz zsh-fa6bab3083577cdca9f8f45a686e9b118e050ffa.tar.xz zsh-fa6bab3083577cdca9f8f45a686e9b118e050ffa.tar.zst zsh-fa6bab3083577cdca9f8f45a686e9b118e050ffa.zip | |
13431: better check for shared libraries.
Diffstat (limited to 'Src/Modules/terminfo.c')
| -rw-r--r-- | Src/Modules/terminfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/terminfo.c b/Src/Modules/terminfo.c index 512f4b474..7eb47bdb3 100644 --- a/Src/Modules/terminfo.c +++ b/Src/Modules/terminfo.c @@ -36,7 +36,7 @@ static Param terminfo_pm; /* echoti: output a terminfo capability */ /**/ -int +static int bin_echoti(char *name, char **argv, char *ops, int func) { char *s, *t; |
