[PATCH weston] clients/editor.c: esc key no longer prints out utf8 character

2013-07-06 Thread blackwolf12333
--- clients/editor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/editor.c b/clients/editor.c index 0035904..b9579af 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -1155,11 +1155,13 @@ key_handler(struct window *window, wid

[PATCH] cursor in editor.c now goes to a newline

2013-06-11 Thread blackwolf12333
--- clients/editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index bfb6fe1..3786e40 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -946,8 +946,8 @@ text_entry_draw_cursor(struct text_entry *entry, cairo_t *cr)

[PATCH] escape key isn't translated to utf8 anymore

2013-06-10 Thread blackwolf12333
--- clients/editor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/editor.c b/clients/editor.c index df82ed0..6f1f747 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -1155,11 +1155,13 @@ key_handler(struct window *window, wid

[PATCH] cursor in editor.c now goes to a newline

2013-06-10 Thread blackwolf12333
--- clients/editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index d4e4e92..df82ed0 100644 --- a/clients/editor.c +++ b/clients/editor.c @@ -946,8 +946,8 @@ text_entry_draw_cursor(struct text_entry *entry, cairo_t *cr)

[PATCH weston] Added general signal handling and added sig_abrt

2013-03-27 Thread blackwolf12333
--- src/compositor.c | 58 +--- 1 file changed, 51 insertions(+), 7 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index a2860fd..92e9cbe 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3220,7 +3220,7 @@ print_backtrace(v