static int system_uses_terminfo;
char *tparam ();
+
+extern char *tgetstr ();
\f
ring_bell ()
{
static Lisp_Object
term_get_fkeys_1 ()
{
- extern char *tgetstr ();
int i;
char **address = term_get_fkeys_arg;
register char *p;
int status;
- extern char *tgetstr ();
-
Wcm_clear ();
dont_calculate_costs = 0;
If that fails, we can't use standout mode at all. */
if (TS_end_standout_mode == 0)
{
- char *s = tgetstr ("me");
+ char *s = tgetstr ("me", address);
if (s != 0)
TS_end_standout_mode = s;
else