Revision: emacs--multi-tty--0--patch-114 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Thu Mar 11 02:11:38 CET 2004 Standard-date: 2004-03-11 01:11:38 GMT Modified-files: README.multi-tty lisp/faces.el lisp/startup.el src/dispnew.c src/frame.c src/frame.h src/term.c New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-114 Summary: Fix background-mode on terminal frames (Dan Nicolaescu). Keywords: 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 .) 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.