/[emacs]/emacs/src/sysdep.c
ViewVC logotype

Diff of /emacs/src/sysdep.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.248 by lektu, Tue Feb 4 14:03:13 2003 UTC revision 1.249 by kfstorm, Sat May 24 22:04:31 2003 UTC
# Line 1814  reset_sys_modes () Line 1814  reset_sys_modes ()
1814      return;      return;
1815  #endif  #endif
1816    sf = SELECTED_FRAME ();    sf = SELECTED_FRAME ();
1817    cursor_to (FRAME_HEIGHT (sf) - 1, 0);    cursor_to (FRAME_LINES (sf) - 1, 0);
1818    clear_end_of_line (FRAME_WIDTH (sf));    clear_end_of_line (FRAME_COLS (sf));
1819    /* clear_end_of_line may move the cursor */    /* clear_end_of_line may move the cursor */
1820    cursor_to (FRAME_HEIGHT (sf) - 1, 0);    cursor_to (FRAME_LINES (sf) - 1, 0);
1821  #if defined (IBMR2AIX) && defined (AIXHFT)  #if defined (IBMR2AIX) && defined (AIXHFT)
1822    {    {
1823      /* HFT devices normally use ^J as a LF/CR.  We forced it to      /* HFT devices normally use ^J as a LF/CR.  We forced it to

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26