Mercurial > emacs
diff src/sysdep.c @ 51206:22a5614b558f
Make (few) trivial substitutions for renamed and
new macros in dispextern.h, frame.h and window.h.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Sat, 24 May 2003 22:07:03 +0000 |
| parents | 23a1cea22d13 |
| children | d84e9160d869 |
line wrap: on
line diff
--- a/src/sysdep.c Sat May 24 22:06:40 2003 +0000 +++ b/src/sysdep.c Sat May 24 22:07:03 2003 +0000 @@ -1814,10 +1814,10 @@ return; #endif sf = SELECTED_FRAME (); - cursor_to (FRAME_HEIGHT (sf) - 1, 0); - clear_end_of_line (FRAME_WIDTH (sf)); + cursor_to (FRAME_LINES (sf) - 1, 0); + clear_end_of_line (FRAME_COLS (sf)); /* clear_end_of_line may move the cursor */ - cursor_to (FRAME_HEIGHT (sf) - 1, 0); + cursor_to (FRAME_LINES (sf) - 1, 0); #if defined (IBMR2AIX) && defined (AIXHFT) { /* HFT devices normally use ^J as a LF/CR. We forced it to
