From 38ea776f4705bec2a4288d4708678e4c5715332b Mon Sep 17 00:00:00 2001 From: Anisse Astier Date: Thu, 19 Jul 2012 09:28:42 +0000 Subject: [PATCH] From: Anisse Astier 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 --- AUTHORS | 16 ++++++++++++++++ src/bin/about.c | 17 ++++++++++++++++- src/bin/termio.c | 3 +++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 854dee60..e8bc8749 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,17 @@ Carsten Haitzler (Rasterman) +Anisse Astier +Cedric Bail +Daniel Juyung Seo +Nicholas Hughart +Davide Andreoli +Boris Faure +Gustavo Sverzut Barbieri +Christopher Michael +Tom Hacohen +Sebastian Dransfeld +Mike McCormack +Jihoon Kim +Samuel F. Baggen +Rafael Antognolli +Jerome Pinot + diff --git a/src/bin/about.c b/src/bin/about.c index 0b56bc2a..94678bf2 100644 --- a/src/bin/about.c +++ b/src/bin/about.c @@ -50,8 +50,23 @@ about_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term) "emulator should be. We hope you enjoy it.
" "
" "Copyright © 2012 by:
" + "
" "Carsten Haitzler
" - // add more authors here + "Anisse Astier
" + "Cedric Bail
" + "Daniel Juyung Seo
" + "Nicholas Hughart
" + "Davide Andreoli
" + "Boris Faure
" + "Gustavo Sverzut Barbieri
" + "Christopher Michael
" + "Tom Hacohen
" + "Sebastian Dransfeld
" + "Mike McCormack
" + "Jihoon Kim
" + "Samuel F. Baggen
" + "Rafael Antognolli
" + "Jerome Pinot
" "
" "
" "Distributed under the 2-clause BSD license detailed below:
" diff --git a/src/bin/termio.c b/src/bin/termio.c index 94e77bde..dc8e169a 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -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