annotate lisp/tty-init.el @ 316:512e409c26a2 r21-0b56

Import from CVS: tag r21-0b56
author cvs
date Mon, 13 Aug 2007 10:44:46 +0200
parents 70ad99077275
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
1 ;;; tty-init.el --- initialization code for tty's
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
2
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
3 ;; Copyright (C) 1994, 1997 Free Software Foundation, Inc.
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 263
diff changeset
4 ;; Copyright (C) 1996 Ben Wing <ben@xemacs.org>.
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
5
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
6 ;; Maintainer: XEmacs Development Team
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
7 ;; Keywords: terminals, dumped
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
8
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
9 ;; This file is part of XEmacs.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
10
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
11 ;; XEmacs is free software; you can redistribute it and/or modify
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
12 ;; it under the terms of the GNU General Public License as published by
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
13 ;; the Free Software Foundation; either version 2, or (at your option)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
14 ;; any later version.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
15
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
16 ;; XEmacs is distributed in the hope that it will be useful,
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
19 ;; GNU General Public License for more details.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
20
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
21 ;; You should have received a copy of the GNU General Public License
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
22 ;; along with XEmacs; see the file COPYING. If not, write to the
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
24 ;; Boston, MA 02111-1307, USA.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
25
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
26 ;;; Synched up with: Not synched.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
27
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
28 ;;; Commentary:
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
29
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
30 ;; This file is dumped with XEmacs (when TTY support is compiled in).
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
31
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
32 ;;; Code:
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
33
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
34 (defvar pre-tty-win-initted nil)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
35
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
36 ;; called both from init-tty-win and from the C code.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
37 (defun init-pre-tty-win ()
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
38 "Initialize TTY at startup (pre). Don't call this."
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
39 (unless pre-tty-win-initted
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
40 (register-tty-color "black" "\e[30m" "\e[40m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
41 (register-tty-color "red" "\e[31m" "\e[41m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
42 (register-tty-color "green" "\e[32m" "\e[42m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
43 (register-tty-color "yellow" "\e[33m" "\e[43m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
44 (register-tty-color "blue" "\e[34m" "\e[44m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
45 (register-tty-color "magenta" "\e[35m" "\e[45m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
46 (register-tty-color "cyan" "\e[36m" "\e[46m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
47 (register-tty-color "white" "\e[37m" "\e[47m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
48
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
49 ;; Define `highlighted' tty colors
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
50 (register-tty-color "darkgrey" "\e[1;30m" "\e[1;40m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
51 (register-tty-color "brightred" "\e[1;31m" "\e[1;41m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
52 (register-tty-color "brightgreen" "\e[1;32m" "\e[1;42m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
53 (register-tty-color "brightyellow" "\e[1;33m" "\e[1;43m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
54 (register-tty-color "brightblue" "\e[1;34m" "\e[1;44m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
55 (register-tty-color "brightmagenta" "\e[1;35m" "\e[1;45m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
56 (register-tty-color "brightcyan" "\e[1;36m" "\e[1;46m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
57 (register-tty-color "brightwhite" "\e[1;37m" "\e[1;47m")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
58
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
59 (setq pre-tty-win-initted t)))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
60
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
61 ;; called both from init-tty-win and from the C code.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
62 ;; we have to do this for every created TTY console.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
63 (defun init-post-tty-win (console)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
64 "Initialize TTY at console creation time (post). Don't call this."
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
65 ;; load the appropriate term-type-specific Lisp file.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
66 ;; we don't do this at startup here so that the user can
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
67 ;; override term-file-prefix. (startup.el does it after
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
68 ;; loading the init file.)
263
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 209
diff changeset
69 (if (featurep 'mule)
727739f917cb Import from CVS: tag r20-5b30
cvs
parents: 209
diff changeset
70 (init-mule-tty-win))
209
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
71 (when init-file-loaded
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
72 ;; temporarily select the console so that the changes
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
73 ;; to function-key-map are made for the right console.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
74 (let ((foobar (selected-console)))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
75 (unwind-protect
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
76 (progn
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
77 (select-console console)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
78 (load-terminal-library))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
79 (select-console foobar)))))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
80
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
81 (defvar tty-win-initted nil)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
82
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
83 (defun init-tty-win ()
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
84 "Initialize TTY at startup. Don't call this."
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
85 (unless tty-win-initted
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
86 (init-pre-tty-win)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
87 (make-tty-device nil nil)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
88 (init-post-tty-win (selected-console))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
89 (setq tty-win-initted t)))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
90
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
91 (defun make-frame-on-tty (tty &optional props)
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
92 "Create a frame on the TTY connection named TTY.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
93 TTY should be a TTY device name such as \"/dev/ttyp3\" (as returned by
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
94 the `tty' command in that TTY), or nil for the standard input/output
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
95 of the running XEmacs process.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
96
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
97 PROPS should be a plist of properties, as in the call to `make-frame'.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
98
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
99 This function opens a connection to the TTY or reuses an existing
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
100 connection.
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
101
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
102 This function is a trivial wrapper around `make-frame-on-device'."
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
103 (interactive "sMake frame on TTY: ")
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
104 (if (equal tty "") (setq tty nil))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
105 (make-frame-on-device 'tty tty props))
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
106
41ff10fd062f Import from CVS: tag r20-4b3
cvs
parents:
diff changeset
107 ;;; tty-init.el ends here