comparison src/terminfo.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents f7a3c16c49cb
children 49631c494c10
comparison
equal deleted inserted replaced
21513:984881b316fc 21514:fa9ff387d260
37 #else 37 #else
38 short ospeed; 38 short ospeed;
39 #endif 39 #endif
40 #endif 40 #endif
41 41
42 static buffer[512];
43
44 /* Interface to curses/terminfo library. 42 /* Interface to curses/terminfo library.
45 Turns out that all of the terminfo-level routines look 43 Turns out that all of the terminfo-level routines look
46 like their termcap counterparts except for tparm, which replaces 44 like their termcap counterparts except for tparm, which replaces
47 tgoto. Not only is the calling sequence different, but the string 45 tgoto. Not only is the calling sequence different, but the string
48 format is different too. 46 format is different too.