/[qemacs]/qemacs/tty.c
ViewVC logotype

Diff of /qemacs/tty.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by chqrlie, Mon May 9 02:17:47 2005 UTC revision 1.7 by chqrlie, Mon May 9 02:51:04 2005 UTC
# Line 639  static void term_flush(QEditScreen *s) Line 639  static void term_flush(QEditScreen *s)
639                              buf[0] = '.';                              buf[0] = '.';
640                              buf[1] = '\0';                              buf[1] = '\0';
641                          } else {                          } else {
642                              unicode_to_charset(buf, cc, s->charset);                              /* need a kludge for linedrawing chars */
643                                if (cc == 0x2500 || cc == 'x') {
644                                    strcpy(buf, "\016x\017");
645                                } else {
646                                    unicode_to_charset(buf, cc, s->charset);
647                                }
648                          }                          }
649                          if (x != s->width - 1 || y != s->height - 1)                          if (x != s->width - 1 || y != s->height - 1)
650                              printf("%s", buf);                              printf("%s", buf);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26