Removed the USscreenwidth and USscreenheight fields. Everywhere. Since these were...
authorArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2010 17:23:44 +0000 (13:23 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2010 17:23:44 +0000 (13:23 -0400)
commitbd81498b65b63b5ca2d5e42cf10c38a77b9c83cb
tree8479501e23c3cc8bd4c8339fb419537c18250e4f
parentd81a8e5b6340cfd26f5266c08bff6dede26084c8
Removed the USscreenwidth and USscreenheight fields.  Everywhere.  Since these were the last two
fields in the ctdluser data structure, we are able to simply remove them instead of replacing them
with placeholders.  cmd_getu() now returns 80x24 all the time, and cmd_setu() now ignores the
supplied screen dimensions.
citadel/citadel.h
citadel/include/dtds/user-defs.h
citadel/textclient/citadel.c
citadel/textclient/routines.c
citadel/user_ops.c
citadel/utillib/citadel_ipc.c