comparison mcabber/src/main.c @ 772:464be13343a9

Store most data in UTF-8 internally Only chat buffer data is still using 1 byte for char size. User input still doesn't handle UTF-8 locales.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 25 Mar 2006 18:10:36 +0100
parents 4532a9fe0e8c
children 46304b773a44
comparison
equal deleted inserted replaced
771:ce4f8a2129a4 772:464be13343a9
130 scr_Beep(); 130 scr_Beep();
131 } 131 }
132 } 132 }
133 } 133 }
134 } while (pid > 0); 134 } while (pid > 0);
135 //if (pid < 0)
136 // scr_LogPrint(LPRINT_LOGNORM, "Error in waitpid: errno=%d", errno);
137 signal(SIGCHLD, sig_handler); 135 signal(SIGCHLD, sig_handler);
138 } else if (signum == SIGTERM) { 136 } else if (signum == SIGTERM) {
139 mcabber_disconnect("Killed by SIGTERM"); 137 mcabber_disconnect("Killed by SIGTERM");
140 } else if (signum == SIGINT) { 138 } else if (signum == SIGINT) {
141 mcabber_disconnect("Killed by SIGINT"); 139 mcabber_disconnect("Killed by SIGINT");