Merge from vendor branch TNF:
authormjl <mjl>
Wed, 16 Jun 1999 21:37:16 +0000 (21:37 +0000)
committermjl <mjl>
Wed, 16 Jun 1999 21:37:16 +0000 (21:37 +0000)
commit9f38573b6175c1f98253888bc023c8513ec54203
treeda29b023945d102cd24b941d3464acc9051a332a
parent3f4f83a583c16b429e484d0d62873ec8b791e329
parent2b948c329b2633a9daaa876378739d09a08f7e27
Merge from vendor branch TNF:
Initial import of sci.

sci builds multi-user data entry screens from a text template.
The data input into a screen is saved in a tab-delimited file.
The template may supply default values for a data entry field,
and fields may be marked as numeric data, or alphabetic only.
sci uses curses for screen control.