From: Anisse Astier <anisse@astier.eu>

Subject: [E-devel] [PATCH] Terminology : send bell signal to cursor

Some people are crazy, and might want to theme the cursor during bell.
Let's allow that.



SVN revision: 74176
This commit is contained in:
Anisse Astier 2012-07-19 09:28:42 +00:00 committed by Carsten Haitzler
parent c6f1bf0711
commit 38ea776f47
3 changed files with 35 additions and 1 deletions

16
AUTHORS
View File

@ -1 +1,17 @@
Carsten Haitzler (Rasterman) <raster@rasterman.com>
Anisse Astier <anisse@astier.eu>
Cedric Bail <cedric.bail@free.fr>
Daniel Juyung Seo <seojuyung2@gmail.com>
Nicholas Hughart <mekius@mekius.net>
Davide Andreoli <dave@gurumeditation.it>
Boris Faure <billiob@gmail.com>
Gustavo Sverzut Barbieri <barbieri@gmail.com>
Christopher Michael <devilhorns@comcast.net>
Tom Hacohen <tom@stosb.com>
Sebastian Dransfeld <sd@tango.flipp.net>
Mike McCormack <mikem@ring3k.org>
Jihoon Kim <imfine98@gmail.com>
Samuel F. Baggen <thanatermesis.elive@gmail.com>
Rafael Antognolli <antognolli@profusion.mobi>
Jerome Pinot <ngc891@gmail.com>

View File

@ -50,8 +50,23 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term)
"emulator should be. We hope you enjoy it.<br>"
"<br>"
"Copyright © 2012 by:<br>"
"<br>"
"Carsten Haitzler<br>"
// add more authors here
"Anisse Astier<br>"
"Cedric Bail<br>"
"Daniel Juyung Seo<br>"
"Nicholas Hughart<br>"
"Davide Andreoli<br>"
"Boris Faure<br>"
"Gustavo Sverzut Barbieri<br>"
"Christopher Michael<br>"
"Tom Hacohen<br>"
"Sebastian Dransfeld<br>"
"Mike McCormack<br>"
"Jihoon Kim<br>"
"Samuel F. Baggen<br>"
"Rafael Antognolli<br>"
"Jerome Pinot<br>"
"<br>"
"<br>"
"Distributed under the 2-clause BSD license detailed below:<br>"

View File

@ -2139,7 +2139,10 @@ _smart_pty_exited(void *data)
static void
_smart_pty_bell(void *data)
{
Termio *sd = evas_object_smart_data_get(data);
if (!sd) return;
evas_object_smart_callback_call(data, "bell", NULL);
edje_object_signal_emit(sd->cur.obj, "bell", "terminology");
}
static void