~ubuntu-branches/ubuntu/trusty/irssi/trusty

« back to all changes in this revision

Viewing changes to debian/patches/18bind_utf8-fix

  • Committer: Stéphane Graber
  • Date: 2012-05-04 19:44:15 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: stgraber@ubuntu.com-20120504194415-ounpl2wvkwgiz8jt
Merge from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Marien Zwart
 
1
Author: kyak    vim:ft=diff:
2
2
Description: fix for binding utf8 keys
3
3
Origin: other
4
4
Bug: http://bugs.irssi.org/index.php?do=details&task_id=553
5
5
 
6
 
=== modified file 'src/fe-common/core/keyboard.c'
7
 
--- a/src/fe-common/core/keyboard.c     2011-10-13 20:10:30 +0000
8
 
+++ b/src/fe-common/core/keyboard.c     2011-10-14 21:14:28 +0000
 
6
--- a/src/fe-common/core/keyboard.c
 
7
+++ b/src/fe-common/core/keyboard.c
9
8
@@ -304,6 +304,20 @@
10
9
                         /* possibly beginning of keycombo */
11
10
                        start = key;
27
26
                } else {
28
27
                        expand_out_char(*out, *key);
29
28
                        expand_out_char(*out, '-');
30