Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
37fd7901
Commit
37fd7901
authored
Jun 16, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it
disables the meta key.
parent
78e367e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/sysdep.c
src/sysdep.c
+5
-0
No files found.
src/sysdep.c
View file @
37fd7901
...
...
@@ -1168,6 +1168,11 @@ init_sys_modes ()
#endif
tty
.
lmode
=
LDECCTQ
|
LLITOUT
|
LPASS8
|
LNOFLSH
|
old_tty
.
lmode
;
#ifdef ultrix
/* Under Ultrix 4.2a, leaving this out doesn't seem to hurt
anything, and leaving it in breaks the meta key. Go figure. */
tty
.
lmode
&=
~
LLITOUT
;
#endif
#ifdef BSD4_1
lmode
=
tty
.
lmode
;
...
...
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