annotate lwlib/README @ 53342:201b17b0f2e5
Handle Ctl-G in emacsclient.
lib-src/emacsclient.c (quit_char): New variable.
(init_tty): Use it.
(interrupt_signal): Forward SIGINT to Emacs.
(init_signals): Install SIGINT handler.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-20
author |
Karoly Lorentey <lorentey@elte.hu> |
date |
Mon, 29 Dec 2003 07:24:41 +0000 |
parents |
648d04be6a9c |
children |
94ef9897d110 |
rev |
line source |
25842
|
1 This subdirectory contains the lwlib library which provides a uniform
|
|
2 interface to a few different X toolkits. The library was written by Lucid.
|
|
3 This version has changes in the makefile to fit in with Emacs's configure
|
|
4 script, and some source files have been renamed to fit in 14 characters.
|
|
5
|