]> code.citadel.org Git - citadel.git/commitdiff
* Don't prompt the user for screen dimensions anymore. Nobody is using
authorArt Cancro <ajc@citadel.org>
Mon, 16 May 2005 18:48:45 +0000 (18:48 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 16 May 2005 18:48:45 +0000 (18:48 +0000)
  dialup terminals with arbitrary screen sizes anymore; nearly everyone (or
  more likely, *absolutely* everyone) is now using networked displays which
  can be automatically queried for their screen dimensions.  For now, we'll
  keep the screen size properties in the database and in the protocol, but
  the prompts have been commented out.

citadel/ChangeLog
citadel/routines.c

index 80324ddcc28ffc6095779a96b5b8e725fe3589ad..68a9135d6c67b6d488bfe46cca9c93db564d8dd9 100644 (file)
@@ -1,4 +1,12 @@
  $Log$
+ Revision 647.3  2005/05/16 18:48:45  ajc
+ * Don't prompt the user for screen dimensions anymore.  Nobody is using
+   dialup terminals with arbitrary screen sizes anymore; nearly everyone (or
+   more likely, *absolutely* everyone) is now using networked displays which
+   can be automatically queried for their screen dimensions.  For now, we'll
+   keep the screen size properties in the database and in the protocol, but
+   the prompts have been commented out.
+
  Revision 647.2  2005/05/16 18:25:56  ajc
  * Avoid re-creating the default-named baseroom (Lobby) upon subsequent
    startups after it's been renamed to something else.
@@ -6688,3 +6696,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 413baa345ea3cd0f1f8701fc56a34188c60ed764..83c383739b63c6245759aefda01b254ebd985394 100644 (file)
@@ -225,10 +225,16 @@ void enter_config(CtdlIPC *ipc, int mode)
 
        if (mode == 0 || mode == 1) {
 
+               /* Does anyone still use dialup connections with manual
+                * screen dimensions setting anymore?  For now we'll keep
+                * the system's ability to set these, but remove the prompts
+                * because they're spurious for nearly everyone.
+                * 
                user->USscreenwidth = intprompt("Enter your screen width",
                                                user->USscreenwidth, 20, 255);
                user->USscreenheight = intprompt("Enter your screen height",
                                                 user->USscreenheight, 3, 255);
+                */
  
                user->flags = set_attr(ipc, user->flags,
                                       "Are you an experienced Citadel user",