about summary refs log tree commit diff
path: root/Src/Modules/terminfo.mdd
blob: a9a3f1b49b0bc7971800049564c36b570acfb341 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name=zsh/terminfo

link='if test "x$ac_cv_func_tigetflag" = xyes -a x$zsh_cv_path_curses_header != xnone; then
          if test "x$zsh_cv_shared_tigetstr" = xyes; then
	      echo either
	  else
	      echo static
	  fi
      else
          echo no;
      fi
'
load=yes

autofeatures="b:echoti p:terminfo"

objects="terminfo.o"