aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/terminal.el
Commit message (Collapse)AuthorAgeFilesLines
* (te-newline): Change eql to eq.Richard M. Stallman1997-07-241-14/+14
| | | | | (te-insert-lines, te-delete-lines, te-process-output): Likewise. (te-parse-program-and-args, te-get-char): Likewise.
* Use defgroup and defcustom.Richard M. Stallman1997-05-231-10/+26
|
* (te-terminal-name-prefix): Change fromRichard M. Stallman1996-03-271-10/+17
| | | | | | | | | | | "emacs-virtual" to "emacs-em", so that things will work on systems which allow only short terminal-type names. (terminal-emulator): Delete the hyphen between te-terminal-name-prefix and the width and height of the window. (te-create-terminfo): Reformat the terminfo entry slightly. (te-terminfo-directory): New variable. (te-create-terminfo, te-tic-sentinel): Use te-terminfo-directory.
* Comments censored.Karl Heuer1996-02-211-1/+12
|
* (te-edit): Pass proper format string to message.Karl Heuer1996-01-251-1/+2
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (te-process-output): Fix local var misspelling.Karl Heuer1996-01-041-4/+4
|
* (te-escape): Remove spurious partial duplicate definition.Noah Friedman1995-10-011-21/+18
|
* (te-escape, te-escape-help): Handle non-ASCII events.Karl Heuer1995-09-211-16/+29
|
* (te-edit, te-more-break-unwind): Use force-mode-line-update.Karl Heuer1995-04-251-4/+3
| | | | (te-update-pending-output-display): Use force-mode-line-update.
* (te-escape): Use current-prefix-arg, not prefix-arg.Karl Heuer1995-02-281-2/+2
|
* (te-pass-through): Don't presume internal bit layout of non-ASCII keys.Karl Heuer1995-02-081-1/+1
|
* (te-terminfo-systems-regexp): Variable deleted.Richard M. Stallman1995-01-061-7/+1
| | | | (te-create-terminfo): Use system-uses-terminfo.
* (terminal-emulator): Test system-configurationRichard M. Stallman1994-12-301-3/+6
| | | | | to decide on terminfo vs termcap. (te-terminfo-systems-regexp): Renamed from te-terminfo-systems.
* Added terminfo support.Richard M. Stallman1994-12-301-43/+93
| | | | | | | | (te-terminal-name-prefix, te-terminal-name, te-terminfo-systems): New variables. (terminal-emulator): Handle termcap or terminfo. (te-create-terminfo, te-create-termcap): New subroutines. (te-tic-sentinel): New subroutine.
* (terminal-map): Define switch-frame.Richard M. Stallman1994-09-171-0/+1
|
* (terminal-edit-mode): Doc fix.Karl Heuer1994-05-071-1/+2
| | | | (terminal-cease-edit): Reset the local keymap.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (terminal-cease-edit, terminal-mode):Richard M. Stallman1994-04-241-2/+2
| | | | Remove space after `:' in mode-line-process.
* Delete obsolete comment.Karl Heuer1994-03-191-4/+0
|
* Put hyphen in a safer place in the character class.Karl Heuer1994-03-121-3/+3
|
* (te-escape-help, te-more-break-help, terminal-emulator):Richard M. Stallman1994-02-041-5/+3
| | | | Pass just one KEYMAP arg to where-is-internal.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-3/+3
|
* (te-pass-through): Delete debugging code left by mistake.Richard M. Stallman1993-06-011-2/+0
|
* (te-pass-through): Handle meta chars and non-char events.Richard M. Stallman1993-05-121-33/+43
| | | | | | | | | | | | | | | | | | (terminal-map, etc.): Use default bindings, not fillarray. Make the maps sparse. (terminal-meta-map): New map; lets us make ESC a prefix key. (terminal-map): Bind ESC to terminal-meta-map. (te-more-break-unread): Handle non-char as last-input-char. (te-filter): Delete code that worked with meta-flag. (terminal-emulator): Don't look at meta-flag. (terminal-mode): Don't make meta-flag local. (te-stty-string): Quote the args that have ^. Add pass8. Changes that esr made in the previous version but didn't describe in detail: Some defvars moved. Defvars added for many variables. (te-stty-string): Specify the characters explicitly--not `stty dec'.
* I started to clean this up and make it work under System V, until I hit a wall.Eric S. Raymond1993-04-261-7/+20
| | | | | | | Discussion with Jim Blandy reveals that it can no longer be made to work properly at all due to changes in Emacs's terminal-control interface. So it's getting deep-sixed, but these cleanups go in on the outside chance that we want to revive it someday.
* Add or correct keywordsEric S. Raymond1993-03-181-0/+1
|
* (te-escape-extended-command-unread): Handle any key sequence.Richard M. Stallman1993-03-061-1/+1
|
* JimB's changes since January 18thJim Blandy1993-01-261-1/+1
|
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-1/+1
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * terminal.el (te-escape-extended-command-unread): Same.
* entered into RCSJim Blandy1992-08-041-3/+3
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+7
|
* *** empty log message ***Richard M. Stallman1992-07-081-2/+2
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Richard M. Stallman1992-05-051-29/+17
|
* *** empty log message ***Jim Blandy1992-03-161-1/+2
|
* *** empty log message ***Jim Blandy1991-07-271-3/+4
|
* *** empty log message ***Roland McGrath1991-05-091-1/+2
|
* Initial revisionroot1991-01-111-0/+1228