Mercurial > emacs
annotate lisp/toolbar/widen.xpm @ 83032:b8237c556f0e
Fix the case when emacsclient is run on Emacs's controlling tty.
src/term.c (O_NOCTTY): Make sure it's defined.
(no_controlling_tty): New variable.
(init_initial_display, mark_ttys): Remove unused variable.
(term_init): Check that the given filename is a terminal device.
Dissociate the controlling terminal if we reopen it for other purposes.
(Reported by Dan Nicolaescu <dann at ics dot uci dot edu>.
(Fdelete_tty): Return nil.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-72
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 02 Feb 2004 22:09:56 +0000 |
parents | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * widen_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 3 1", | |
5 " c None", | |
6 ". c #8d4d97577838", | |
7 "X c black", | |
8 /* pixels */ | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . . ", | |
13 " . . ", | |
14 " . . ", | |
15 " . . ", | |
16 " . . ", | |
17 " . XX XX . ", | |
18 " . XX XX . ", | |
19 " . XX XX . ", | |
20 " .XXXXXXXX XXXXXXXX. ", | |
21 " .XXXXXXXX XXXXXXXX. ", | |
22 " . XX XX . ", | |
23 " . XX XX . ", | |
24 " . XX XX . ", | |
25 " . . ", | |
26 " . . ", | |
27 " . . ", | |
28 " . . ", | |
29 " . . ", | |
30 " ", | |
31 " ", | |
32 " "}; |