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
6c89f663
Commit
6c89f663
authored
Feb 27, 2011
by
Prestoo Ten
Committed by
Chong Yidong
Feb 27, 2011
Browse files
* term/screen.el: New file (Bug#2650).
parent
f9fa9e49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/term/screen.el
lisp/term/screen.el
+11
-0
No files found.
lisp/ChangeLog
View file @
6c89f663
2011-02-27 Prestoo Ten <prestooten@gmail.com>
* term/screen.el: New file (Bug#2650).
2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
...
...
lisp/term/screen.el
0 → 100644
View file @
6c89f663
;; -*- no-byte-compile: t -*-
;; Treat a screen terminal similar to an xterm.
(
load
"term/xterm"
)
(
defun
terminal-init-screen
()
"Terminal initialization function for screen."
;; Use the xterm color initialization code.
(
xterm-register-default-colors
)
(
tty-set-up-initial-frame-faces
))
;; screen.el ends here
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