mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
722 B

  1. --- ./hack/hack.termcap.c.orig 2005-06-01 13:08:46.361608016 +0200
  2. +++ ./hack/hack.termcap.c 2005-06-01 13:09:16.788982352 +0200
  3. @@ -80,7 +80,7 @@
  4. char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE;
  5. static char *VS, *VE;
  6. static int SG;
  7. -char PC = '\0';
  8. +char PC_my = '\0';
  9. char *CD; /* tested in pri.c: docorner() */
  10. int CO, LI; /* used in pri.c and whatis.c */
  11. @@ -101,7 +101,7 @@
  12. if (tgetent(tptr, term) < 1)
  13. error("Unknown terminal type: %s.", term);
  14. if ((pc = tgetstr("pc", &tbufptr)) != NULL)
  15. - PC = *pc;
  16. + PC_my = *pc;
  17. if (!(BC = tgetstr("bc", &tbufptr))) {
  18. if (!tgetflag("bs"))
  19. error("Terminal must backspace.");