Changes to qemacs/tty.c
Charlie Gordon <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/tty.c
diff -u qemacs/tty.c:1.9 qemacs/tty.c:1.10
--- qemacs/tty.c:1.9 Mon May 9 03:24:22 2005
+++ qemacs/tty.c Mon May 9 03:32:19 2005
@@ -121,6 +121,7 @@
}
}
#endif
+ printf("\033)0\033(B\017"); /* select character sets in block 0 and 1 */
atexit(term_exit);