Mercurial > hg > xemacs-beta
diff src/device-tty.c @ 5052:92dc90c0bb40
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 20 Feb 2010 23:56:01 -0600 |
parents | d0c14ea98592 |
children | 2a462149bd6a |
line wrap: on
line diff
--- a/src/device-tty.c Sat Feb 20 18:57:55 2010 -0600 +++ b/src/device-tty.c Sat Feb 20 23:56:01 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. @@ -177,7 +177,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); } } }