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
cbf8a873
Commit
cbf8a873
authored
Sep 10, 1996
by
Richard M. Stallman
Browse files
[HAVE_TERMIOS_H]: Include termios.h.
(ospeed) [HAVE_TERMIOS_H]: Use ospeed_t.
parent
6022d493
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/cm.h
src/cm.h
+6
-0
No files found.
src/cm.h
View file @
cbf8a873
...
...
@@ -100,7 +100,13 @@ struct cm
extern
struct
cm
Wcm
;
/* Terminal capabilities */
extern
char
PC
;
/* Pad character */
#ifdef HAVE_TERMIOS_H
#include <termios.h>
/* HJL's version of libc is said to need this on the Alpha. */
speed_t
ospeed
;
#else
extern
short
ospeed
;
/* Output speed (from sg_ospeed) */
#endif
/* Shorthand */
#ifndef NoCMShortHand
...
...
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