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
c7040669
Commit
c7040669
authored
Feb 17, 1994
by
Richard M. Stallman
Browse files
(EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.
parent
9d4e5eea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/systty.h
src/systty.h
+4
-0
No files found.
src/systty.h
View file @
c7040669
...
...
@@ -391,7 +391,11 @@ struct emacs_tty {
#ifdef HAVE_TERMIOS
#ifdef TABDLY
#define EMACS_TTY_TABS_OK(p) (((p)->main.c_oflag & TABDLY) != TAB3)
#else
#define EMACS_TTY_TABS_OK(p) 1
#endif
#else
/* not def HAVE_TERMIOS */
#ifdef HAVE_TERMIO
...
...
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