Mercurial > emacs
comparison lisp/terminal.el @ 256:7e4c7ef44243
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 09 May 1991 21:50:34 +0000 |
parents | 0037df22a9f6 |
children | 1ad871406b12 |
comparison
equal
deleted
inserted
replaced
255:cdf87250ed27 | 256:7e4c7ef44243 |
---|---|
980 of the virtual terminal to be appropriate for interactive use.") | 980 of the virtual terminal to be appropriate for interactive use.") |
981 | 981 |
982 (defvar explicit-shell-file-name nil | 982 (defvar explicit-shell-file-name nil |
983 "*If non-nil, is file name to use for explicitly requested inferior shell.") | 983 "*If non-nil, is file name to use for explicitly requested inferior shell.") |
984 | 984 |
985 ;;;###autoload | |
985 (defun terminal-emulator (buffer program args &optional width height) | 986 (defun terminal-emulator (buffer program args &optional width height) |
986 "Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS. | 987 "Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS. |
987 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT. | 988 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT. |
988 BUFFER's contents are made an image of the display generated by that program, | 989 BUFFER's contents are made an image of the display generated by that program, |
989 and any input typed when BUFFER is the current Emacs buffer is sent to that | 990 and any input typed when BUFFER is the current Emacs buffer is sent to that |