Eli Zaretskii
0721fbe3c2
(te-escape): Show `?' in prompt for help key.
2004-09-04 13:17:34 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
aea8821d9a
(te-create-terminfo): Use make-temp-file
...
to create the source file in a safe way.
2002-03-03 21:37:31 +00:00
Richard M. Stallman
d05ea5b11f
(terminal-map): Define [menu-bar] so global def is seen.
2002-02-07 17:42:39 +00:00
Pavel Janík
f0529b5b1a
Doc fix.
2001-12-20 19:01:00 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Kenichi Handa
b01cef4781
(terminal-emulator): Fix args to `concat'. Now concat doesn't accept
...
interger.
2000-08-25 07:23:42 +00:00
Gerd Moellmann
8822bfb631
(te-process-output): Use walk-windows instead of
...
cycling through windows with next-window.
2000-07-03 09:13:23 +00:00
Richard M. Stallman
0492dd4a86
(te-terminfo-directory): Use temporary-file-directory.
1999-08-28 18:24:28 +00:00
Karl Heuer
73b7a92263
(terminal-emulator): Doc fix.
1999-02-02 19:17:22 +00:00
Richard M. Stallman
1ea0c057d3
(te-newline): Change eql to eq.
...
(te-insert-lines, te-delete-lines, te-process-output): Likewise.
(te-parse-program-and-args, te-get-char): Likewise.
1997-07-24 04:28:05 +00:00
Richard M. Stallman
bdd8ea0b44
Use defgroup and defcustom.
1997-05-23 03:45:19 +00:00
Richard M. Stallman
099cffd4df
(te-terminal-name-prefix): Change from
...
"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.
1996-03-27 00:11:39 +00:00
Karl Heuer
8545ff2f55
Comments censored.
1996-02-21 21:39:11 +00:00
Karl Heuer
8ea884c3fe
(te-edit): Pass proper format string to message.
1996-01-25 00:58:10 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Karl Heuer
a60704d7ed
(te-process-output): Fix local var misspelling.
1996-01-04 23:15:19 +00:00
Noah Friedman
cce2176a0a
(te-escape): Remove spurious partial duplicate definition.
1995-10-01 21:31:09 +00:00
Karl Heuer
be934b539d
(te-escape, te-escape-help): Handle non-ASCII events.
1995-09-21 20:54:35 +00:00
Karl Heuer
d3a4a98677
(te-edit, te-more-break-unwind): Use force-mode-line-update.
...
(te-update-pending-output-display): Use force-mode-line-update.
1995-04-25 22:24:57 +00:00
Karl Heuer
c480b1f738
(te-escape): Use current-prefix-arg, not prefix-arg.
1995-02-28 06:24:39 +00:00
Karl Heuer
9f5787aee4
(te-pass-through): Don't presume internal bit layout of non-ASCII keys.
1995-02-08 03:52:28 +00:00
Richard M. Stallman
2fe99fe682
(te-terminfo-systems-regexp): Variable deleted.
...
(te-create-terminfo): Use system-uses-terminfo.
1995-01-06 22:08:23 +00:00
Richard M. Stallman
de3c715dd1
(terminal-emulator): Test system-configuration
...
to decide on terminfo vs termcap.
(te-terminfo-systems-regexp): Renamed from te-terminfo-systems.
1994-12-30 20:48:30 +00:00
Richard M. Stallman
398e98d1c2
Added terminfo support.
...
(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.
1994-12-30 20:41:25 +00:00
Richard M. Stallman
c2ae679cbc
(terminal-map): Define switch-frame.
1994-09-17 05:16:09 +00:00
Karl Heuer
75a6b98e4d
(terminal-edit-mode): Doc fix.
...
(terminal-cease-edit): Reset the local keymap.
1994-05-07 01:20:07 +00:00
Karl Heuer
8f1204db34
Update copyright.
1994-05-03 23:47:06 +00:00
Richard M. Stallman
b11e15262d
(terminal-cease-edit, terminal-mode):
...
Remove space after `:' in mode-line-process.
1994-04-24 08:17:30 +00:00
Karl Heuer
780e2f1803
Delete obsolete comment.
1994-03-19 05:34:11 +00:00
Karl Heuer
61361a0756
Put hyphen in a safer place in the character class.
1994-03-12 01:23:16 +00:00
Richard M. Stallman
bc69c9c292
(te-escape-help, te-more-break-help, terminal-emulator):
...
Pass just one KEYMAP arg to where-is-internal.
1994-02-04 06:46:02 +00:00
Jim Blandy
eb8c3be94e
Apply typo patches from Paul Eggert.
1993-06-09 11:59:12 +00:00
Richard M. Stallman
3c2758e903
(te-pass-through): Delete debugging code left by mistake.
1993-06-01 05:36:19 +00:00
Richard M. Stallman
d3f7c8c6e4
(te-pass-through): Handle meta chars and non-char events.
...
(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'.
1993-05-12 18:41:29 +00:00
Eric S. Raymond
54f91c5b02
I started to clean this up and make it work under System V, until I hit a wall.
...
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.
1993-04-26 05:15:04 +00:00
Eric S. Raymond
e9571d2a21
Add or correct keywords
1993-03-18 21:29:42 +00:00
Richard M. Stallman
383aee8621
(te-escape-extended-command-unread): Handle any key sequence.
1993-03-06 06:13:50 +00:00
Jim Blandy
dbc4e1c129
JimB's changes since January 18th
1993-01-26 01:58:16 +00:00
Jim Blandy
8f51771ee1
* bytecomp.el: Declare unread-command-char an obsolete variable.
...
* 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.
1992-11-16 01:43:53 +00:00
Jim Blandy
e8a57935cb
entered into RCS
1992-08-04 04:15:43 +00:00
Eric S. Raymond
eea8d4efaf
*** empty log message ***
1992-07-22 02:58:21 +00:00
Eric S. Raymond
e516799970
*** empty log message ***
1992-07-16 21:47:34 +00:00
Richard M. Stallman
e2a2f8450c
*** empty log message ***
1992-07-08 18:14:20 +00:00
Eric S. Raymond
d501f51645
*** empty log message ***
1992-05-30 20:24:49 +00:00
Richard M. Stallman
41f6016e27
*** empty log message ***
1992-05-05 04:11:23 +00:00
Jim Blandy
49116ac071
*** empty log message ***
1992-03-16 20:39:07 +00:00
Jim Blandy
0f79a4ae8f
*** empty log message ***
1991-07-27 03:27:24 +00:00
Roland McGrath
7229064dbf
*** empty log message ***
1991-05-09 21:50:34 +00:00
root
424751de6f
Initial revision
1991-01-11 21:25:44 +00:00