Mercurial > emacs
annotate src/.cvsignore @ 83074:34a7a8f40548
Fix background-mode on terminal frames (Dan Nicolaescu).
lisp/faces.el (frame-set-background-mode): Guess the background mode
on terminal frames from the termcap type string.
(tty-create-frame-with-faces): Switch to the new frame during its setup.
Load the customization library corresponding to the terminal type of the
newly created frame. (Reported by Dan Nicolaescu <dann at ics dot uci dot edu>.)
lisp/startup.el (normal-top-level): Moved background-mode heuristic to
frame-set-background-mode.
src/dispnew.c (init_display): Update the tty-type frame parameter of
the initial terminal frame.
src/frame.h (Qtty, Qtty_type): New externs.
src/term.c (term_init): Update comments.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-114
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 11 Mar 2004 01:11:38 +0000 |
parents | 41bc433c6843 |
children | 3d3c06296275 |
rev | line source |
---|---|
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
1 *-spd |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
2 *.core |
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
3 *.pdb |
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
4 .gdb_history |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
5 Makefile |
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
6 Makefile.c |
25924 | 7 TAGS-LISP |
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
8 _gdbinit |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
9 bootstrap-emacs |
25889 | 10 config.h |
11 config.stamp | |
12 emacs | |
13 emacs-* | |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
14 epaths.h |
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
15 gdb.ini |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
25924
diff
changeset
|
16 obj |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
17 prefix-args |
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
18 stamp-oldxmenu |
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
19 temacs |