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

Diff of /emacs/src/msdos.c

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

revision 1.183 by kfstorm, Sat May 24 22:02:52 2003 UTC revision 1.184 by monnier, Sun Jun 15 21:00:45 2003 UTC
# Line 1  Line 1 
1  /* MS-DOS specific C utilities.          -*- coding: raw-text -*-  /* MS-DOS specific C utilities.          -*- coding: raw-text -*-
2     Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 2001     Copyright (C) 1993, 94, 95, 96, 97, 1999, 2000, 01, 2003
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 3130  dos_rawgetc () Line 3130  dos_rawgetc ()
3130    struct input_event event;    struct input_event event;
3131    union REGS regs;    union REGS regs;
3132    struct display_info *dpyinfo = FRAME_X_DISPLAY_INFO (SELECTED_FRAME());    struct display_info *dpyinfo = FRAME_X_DISPLAY_INFO (SELECTED_FRAME());
3133      EVENT_INIT (event);
3134      
3135  #ifndef HAVE_X_WINDOWS  #ifndef HAVE_X_WINDOWS
3136    /* Maybe put the cursor where it should be.  */    /* Maybe put the cursor where it should be.  */
3137    IT_cmgoto (SELECTED_FRAME());    IT_cmgoto (SELECTED_FRAME());

Legend:
Removed from v.1.183  
changed lines
  Added in v.1.184

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