Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
51205:e53316f7017e | 51206:22a5614b558f |
---|---|
1812 #endif | 1812 #endif |
1813 ) | 1813 ) |
1814 return; | 1814 return; |
1815 #endif | 1815 #endif |
1816 sf = SELECTED_FRAME (); | 1816 sf = SELECTED_FRAME (); |
1817 cursor_to (FRAME_HEIGHT (sf) - 1, 0); | 1817 cursor_to (FRAME_LINES (sf) - 1, 0); |
1818 clear_end_of_line (FRAME_WIDTH (sf)); | 1818 clear_end_of_line (FRAME_COLS (sf)); |
1819 /* clear_end_of_line may move the cursor */ | 1819 /* clear_end_of_line may move the cursor */ |
1820 cursor_to (FRAME_HEIGHT (sf) - 1, 0); | 1820 cursor_to (FRAME_LINES (sf) - 1, 0); |
1821 #if defined (IBMR2AIX) && defined (AIXHFT) | 1821 #if defined (IBMR2AIX) && defined (AIXHFT) |
1822 { | 1822 { |
1823 /* HFT devices normally use ^J as a LF/CR. We forced it to | 1823 /* HFT devices normally use ^J as a LF/CR. We forced it to |
1824 do the LF only. Now, we need to reset it. */ | 1824 do the LF only. Now, we need to reset it. */ |
1825 struct termio tty; | 1825 struct termio tty; |