Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3eb1dbb6
Commit
3eb1dbb6
authored
Dec 25, 1995
by
Richard M. Stallman
Browse files
(have_menus_p): Defined.
parent
32b558fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
src/msdos.c
src/msdos.c
+12
-8
No files found.
src/msdos.c
View file @
3eb1dbb6
...
...
@@ -223,7 +223,7 @@ mouse_init ()
mouse_moveto
(
0
,
0
);
mouse_visible
=
0
;
}
/* ------------------------- Screen control ----------------------
*
*/
...
...
@@ -776,8 +776,6 @@ dos_get_saved_screen (screen, rows, cols)
return
0
;
#endif
}
/* ----------------------- Keyboard control ----------------------
*
...
...
@@ -1619,9 +1617,17 @@ IT_menu_display (XMenu *menu, int y, int x, int *faces)
IT_cursor_to
(
row
,
col
);
xfree
(
text
);
}
/* --------------------------- X Menu emulation ---------------------- */
/* Report availability of menus. */
int
have_menus_p
()
{
return
1
;
}
/* Create a brand new menu structure. */
XMenu
*
...
...
@@ -1853,8 +1859,7 @@ x_pixel_height (struct frame *f)
return
FRAME_HEIGHT
(
f
);
}
#endif
/* !HAVE_X_WINDOWS */
/* ----------------------- DOS / UNIX conversion --------------------- */
/* Destructively turn backslashes into slashes. */
...
...
@@ -2308,8 +2313,7 @@ croak (badfunc)
reset_sys_modes
();
exit
(
1
);
}
/* ------------------------- Compatibility functions -------------------
* gethostname
* gettimeofday
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment