[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freewnn:00998] Re: NOT MEMBER article from kabe@sra-tohoku.co.jp (freewnn ML) (2/2)



*** 112,120 ****
        fprintf (stderr, "Your terminal is not strong enough. Goodbye !\n");
        return (-1);
      }
    termchar[0] = 0;
    strcat (termchar, cp);
!   strcat (termchar, "-j");
    if (setenv ("TERM", termchar, 1) != 0)
      {
  #if HAVE_SNPRINTF
--- 112,121 ----
        fprintf (stderr, "Your terminal is not strong enough. Goodbye !\n");
        return (-1);
      }
+   /* setenv TERM "${TERM}-j" */
    termchar[0] = 0;
    strcat (termchar, cp);
!   /* strcat (termchar, "-j"); /*VVV what for?? */
    if (setenv ("TERM", termchar, 1) != 0)
      {
  #if HAVE_SNPRINTF