Add configure option `--without-termcap'.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 29 May 2013 22:50:34 +0000 (15:50 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 29 May 2013 22:50:34 +0000 (15:50 -0700)
commitb39a01fbef8e57250372cfeda96ca04f0b7f51d1
tree54c4eddeef46e872dbac1f4f3bf5a13f8e9d52a0
parente699d799c26dbfb8817d0e69ce9b16262687cfde
Add configure option `--without-termcap'.

Punt the termcap primitives (all of microcode/tterm.c!) if configured
--with-termpcap=no.  The console port ops like clear and x-size were
already equipped with useful(?) defaults.  In fact Edwin (on X11)
still works!
src/microcode/configure.ac
src/microcode/makegen/files-core.scm
src/microcode/makegen/files-optional.scm
src/microcode/tterm.c
src/microcode/uxtty.c