Mercurial > emacs
comparison src/.gdbinit @ 82991:2b26656ff804
MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.
lib-src/emacsclient.c (pty_conversation): Fix errno check for read from fileno(in).
src/config.in: Unconditionally define MULTI_KBOARD.
src/frame.c (make_terminal_frame): Initialize f->kboard.
src/keyboard.c (cmd_error_internal): Don't kill Emacs if a Quit was
pressed on the tty of a X+tty session.
(read_avail_input): Initialize nread to zero. Abort if there is no
tty after a termcap read.
(interrupt_signal)[USG]: Always reset signal handler.
(init_keyboard): Always set signal handler for SIGINT/SIGQUIT if
noninteractive.
src/term.c (term_dummy_init): Initialize kboard to the initial_kboard.
(term_init): Free component structures of the initial tty. Clear xmalloced structures.
Moved rif initialization to syms_of_term.
(term_init)[MULTI_KBOARD]: Initialize tty->kboard.
(delete_tty)[MULTI_KBOARD]: Delete the keyboard.
(syms_of_term): Initialize tty_display_method_template.
src/termchar.h (tty_output)[MULTI_KBOARD]: Added kboard member.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-31
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 02 Jan 2004 02:54:17 +0000 |
parents | 695cf19ef79e |
children | 7f60e040ccfc |
comparison
equal
deleted
inserted
replaced
82990:2ecd1f669db9 | 82991:2b26656ff804 |
---|---|
381 set print pretty on | 381 set print pretty on |
382 set print sevenbit-strings | 382 set print sevenbit-strings |
383 | 383 |
384 show environment DISPLAY | 384 show environment DISPLAY |
385 show environment TERM | 385 show environment TERM |
386 set args -geometry 80x40+0+0 | 386 #set args -geometry 80x40+0+0 |
387 | 387 |
388 # Don't let abort actually run, as it will make | 388 # Don't let abort actually run, as it will make |
389 # stdio stop working and therefore the `pr' command above as well. | 389 # stdio stop working and therefore the `pr' command above as well. |
390 break abort | 390 break abort |
391 | 391 |