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)
commitb6938b71c266f458180103090af0ab72e3d9616c
tree8479501e23c3cc8bd4c8339fb419537c18250e4f
parentb8eb22f8c5935a353f8ea6d6918d14de1830357b
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