compare symbol names with `equal'
[bpt/emacs.git] / lisp / term / screen.el
CommitLineData
bfc30790
DC
1;;; screen.el --- terminal initialization for screen and tmux -*- lexical-binding: t -*-
2;; Copyright (C) 1995, 2001-2014 Free Software Foundation, Inc.
55a71479 3
6c89f663
PT
4(defun terminal-init-screen ()
5 "Terminal initialization function for screen."
bfc30790
DC
6 ;; Treat a screen terminal similar to an xterm.
7 (tty-run-terminal-initialization (selected-frame) "xterm"))
6c89f663
PT
8
9;; screen.el ends here