comparison src/xterm.c @ 41446:4d04ea305201

Fix typo in comment.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 24 Nov 2001 17:10:39 +0000
parents 4c9e7f8e9d8d
children ef0186b9dac0
comparison
equal deleted inserted replaced
41445:cbfd6a442a50 41446:4d04ea305201
9817 and other tricks known as "compose processing". _X Window System_ 9817 and other tricks known as "compose processing". _X Window System_
9818 says that a portable program can't use this, but Stephen Gildea assures 9818 says that a portable program can't use this, but Stephen Gildea assures
9819 me that letting the compiler initialize it to zeros will work okay. 9819 me that letting the compiler initialize it to zeros will work okay.
9820 9820
9821 This must be defined outside of XTread_socket, for the same reasons 9821 This must be defined outside of XTread_socket, for the same reasons
9822 given for enter_time stamp, above. */ 9822 given for enter_timestamp, above. */
9823 9823
9824 static XComposeStatus compose_status; 9824 static XComposeStatus compose_status;
9825 9825
9826 /* Record the last 100 characters stored 9826 /* Record the last 100 characters stored
9827 to help debug the loss-of-chars-during-GC problem. */ 9827 to help debug the loss-of-chars-during-GC problem. */