diff src/xterm.c @ 84461:7ec30b352b6e

* xterm.c (x_create_terminal): Add comment. * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 10 Sep 2007 21:25:32 +0000
parents 04182505543b
children 18b43a3dce6c
line wrap: on
line diff
--- a/src/xterm.c	Mon Sep 10 21:16:03 2007 +0000
+++ b/src/xterm.c	Mon Sep 10 21:25:32 2007 +0000
@@ -11338,6 +11338,8 @@
   UNBLOCK_INPUT;
 }
 
+/* Create a struct terminal, initialize it with the X11 specific
+   functions and make DISPLAY->TERMINAL point to it.  */
 
 static struct terminal *
 x_create_terminal (struct x_display_info *dpyinfo)