Mercurial > hg > xemacs-beta
diff src/device-tty.c @ 5126:2a462149bd6a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 19:04:27 -0600 |
parents | b5df3737028a d0c14ea98592 |
children | a9c41067dd88 |
line wrap: on
line diff
--- a/src/device-tty.c Wed Feb 24 01:58:04 2010 -0600 +++ b/src/device-tty.c Wed Feb 24 19:04:27 2010 -0600 @@ -1,7 +1,7 @@ /* TTY device functions. Copyright (C) 1994, 1995 Board of Trustees, University of Illinois. Copyright (C) 1994, 1995 Free Software Foundation, Inc. - Copyright (C) 1996 Ben Wing. + Copyright (C) 1996, 2010 Ben Wing. This file is part of XEmacs. @@ -175,7 +175,7 @@ /* We know the frame is tty because we made sure that the device is tty. */ - change_frame_size (f, height, width, 1); + change_frame_size (f, width, height, 1); } } }