diff src/term.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 b651dc7c54ac
children 0d8dd9a91520
line wrap: on
line diff
--- a/src/term.c	Mon Sep 10 21:16:03 2007 +0000
+++ b/src/term.c	Mon Sep 10 21:25:32 2007 +0000
@@ -3039,6 +3039,7 @@
 }
 
 
+/* Reset the hooks in TERMINAL.  */
 
 static void
 clear_tty_hooks (struct terminal *terminal)
@@ -3076,6 +3077,8 @@
   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)
 {