The attached patch fixes an unused-variable warning, two warnings about static variables that were defined but never used, and several warnings about prototyped static functions that are never defined. (All these warnings only showed up if HAVE_TIGETSTR was not defined.) I went ahead and checked this into CVS. ..wayne..