about summary refs log tree commit diff
path: root/Src/Modules/terminfo.mdd
blob: ee6d39f086c4d158e85b2e01096e3d7e12d845c2 (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$ac_cv_header_curses_h" = xyes; 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"