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
4a364c5e
Commit
4a364c5e
authored
May 20, 2007
by
Nick Roberts
Browse files
(terminal-init-linux): Don't signal an error
if gpm isn't running.
parent
43180aff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/term/linux.el
lisp/term/linux.el
+2
-1
No files found.
lisp/term/linux.el
View file @
4a364c5e
...
...
@@ -9,7 +9,8 @@
;; It can't really display underlines.
(
tty-no-underline
)
(
if
(
fboundp
'term-open-connection
)
(
t-mouse-mode
1
))
(
condition-case
nil
(
t-mouse-mode
1
)
(
error
nil
))
;; Make Latin-1 input characters work, too.
;; Meta will continue to work, because the kernel
...
...
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