Detect screen dimensions _before_ attaching to the server.
[citadel.git] / citadel / textclient / commands.c
index e98dad3872955267bc358fa2d75392baead8b30e..d5c93e84c66265fafae7354764ee25986f852957 100644 (file)
@@ -755,9 +755,6 @@ void load_command_set(void)
                if (!strncasecmp(buf, "expcmd=", 7))
                        strcpy(rc_exp_cmd, &buf[7]);
 
-               if (!strncasecmp(buf, "local_screen_dimensions=", 24))
-                       have_xterm = (char) atoi(&buf[24]);
-
                if (!strncasecmp(buf, "use_floors=", 11)) {
                        if (!strcasecmp(&buf[11], "yes"))
                                rc_floor_mode = RC_YES;