[gnome-mud] Getting rid of the Cursor



I haven't been able to checkout the module from cvs to
see if this has been changed, but there's an easy way
to get rid of the cursor in the vte widget since there
is support for the vt220 escape sequences.

diff -Nur init.c new/init.c
--- init.c      2004-02-11 06:58:25.000000000 -0600
+++ new/init.c  2004-06-29 20:57:13.330818160 -0500
@@ -814,7 +814,7 @@
  
       
vte_terminal_set_font_from_string(VTE_TERMINAL(main_connection->window),
prefs.FontName);
   
-       g_snprintf(buf, 1023, _("GNOME-Mud version %s
(compiled %s, %s)\n"), VERSION, __TIME__, __DATE__);
+       g_snprintf(buf, 1023, _("\033[?25lGNOME-Mud
version %s (compiled %s, %s)\n"), VERSION, __TIME__,
__DATE__);
        terminal_feed(main_connection->window, buf);
        terminal_feed(main_connection->window,
_("Distributed under the terms of the GNU General
Public License.\n"));
 }


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]