comparison 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
comparison
equal deleted inserted replaced
84460:67d7b6f96606 84461:7ec30b352b6e
11336 11336
11337 x_delete_display (dpyinfo); 11337 x_delete_display (dpyinfo);
11338 UNBLOCK_INPUT; 11338 UNBLOCK_INPUT;
11339 } 11339 }
11340 11340
11341 /* Create a struct terminal, initialize it with the X11 specific
11342 functions and make DISPLAY->TERMINAL point to it. */
11341 11343
11342 static struct terminal * 11344 static struct terminal *
11343 x_create_terminal (struct x_display_info *dpyinfo) 11345 x_create_terminal (struct x_display_info *dpyinfo)
11344 { 11346 {
11345 struct terminal *terminal; 11347 struct terminal *terminal;