* term.c (clear_tty_hooks, set_tty_hooks): Add comments.
+2007-09-10 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * xterm.c (x_create_terminal): Add comment.
+
+ * term.c (clear_tty_hooks, set_tty_hooks): Add comments.
+
2007-09-10 Richard Stallman <rms@gnu.org>
* xterm.c (x_term_init): Give error if can't open DISPLAY_NAME.
}
\f
+/* Reset the hooks in TERMINAL. */
static void
clear_tty_hooks (struct terminal *terminal)
terminal->delete_terminal_hook = &delete_tty;
}
+/* Initialize hooks in TERMINAL with the values needed for a tty. */
+
static void
set_tty_hooks (struct terminal *terminal)
{
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)