1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

*** empty log message ***

This commit is contained in:
Eli Zaretskii 2008-12-20 14:16:58 +00:00
parent 028e2c1919
commit 1e637a9fae

View File

@ -1661,8 +1661,9 @@ type (`tty-type' parameter) to `make-terminal-frame'.
*** The function `make-frame-on-display' now works during a tty
session, and `make-frame-on-tty' works during a graphical session.
*** A new data type for terminals with functions: `get-device-terminal',
`terminal-parameters', `terminal-parameter', `set-terminal-parameter'.
*** A new `terminal' data type.
The functions `get-device-terminal', `terminal-parameters',
`terminal-parameter', `set-terminal-parameter' return this data type.
*** Function key sequences are now mapped using `local-function-key-map',
a new variable. This inherits from the global variable function-key-map,