diff options
Diffstat (limited to 'src/androidterm.c')
| -rw-r--r-- | src/androidterm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/androidterm.c b/src/androidterm.c index 72d81744128..0110c4b6dd8 100644 --- a/src/androidterm.c +++ b/src/androidterm.c | |||
| @@ -4685,8 +4685,6 @@ struct android_conversion_query_context | |||
| 4685 | /* Obtain the text from the frame whose window is that specified in | 4685 | /* Obtain the text from the frame whose window is that specified in |
| 4686 | DATA using the text conversion query specified there. | 4686 | DATA using the text conversion query specified there. |
| 4687 | 4687 | ||
| 4688 | Adjust the query position to skip over any active composing region. | ||
| 4689 | |||
| 4690 | Set ((struct android_conversion_query_context *) DATA)->success on | 4688 | Set ((struct android_conversion_query_context *) DATA)->success on |
| 4691 | success. */ | 4689 | success. */ |
| 4692 | 4690 | ||
| @@ -4704,7 +4702,7 @@ android_perform_conversion_query (void *data) | |||
| 4704 | if (!f) | 4702 | if (!f) |
| 4705 | return; | 4703 | return; |
| 4706 | 4704 | ||
| 4707 | textconv_query (f, &context->query, TEXTCONV_SKIP_ACTIVE_REGION); | 4705 | textconv_query (f, &context->query, 0); |
| 4708 | 4706 | ||
| 4709 | /* context->query.text will have been set even if textconv_query | 4707 | /* context->query.text will have been set even if textconv_query |
| 4710 | returns 1. */ | 4708 | returns 1. */ |