gnome-mud r845 - in trunk: . src



Author: lharris
Date: Fri Mar 27 23:00:16 2009
New Revision: 845
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=845&view=rev

Log:
Reverted mud-profile.h

Modified:
   trunk/ChangeLog
   trunk/src/mud-profile.h

Modified: trunk/src/mud-profile.h
==============================================================================
--- trunk/src/mud-profile.h	(original)
+++ trunk/src/mud-profile.h	Fri Mar 27 23:00:16 2009
@@ -47,6 +47,7 @@
     gboolean   KeepText;
     gboolean   AutoSave;
     gboolean   DisableKeys;
+    gboolean   ScrollOnOutput;
 
     gchar     *FontName;
     gchar     *CommDev;
@@ -89,6 +90,7 @@
     unsigned int DisableKeys : 1;
     unsigned int CommDev : 1;
     unsigned int History : 1;
+    unsigned int ScrollOnOutput : 1;
     unsigned int Scrollback : 1;
     unsigned int FontName : 1;
     unsigned int Foreground : 1;



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