Re: [PATCH weston] weston-terminal: Fix crash on first keystroke

2016-11-22 Thread Daniel Stone
Hi, On 22 November 2016 at 19:00, Derek Foreman wrote: > Since 894b3rcc634 weston-terminal will crash on first keystroke if you > fail to create an xkb compose state. This can happen if you don't have > a Compose file. > > Instead, no we just return uncomposed symbols. Obviously correct, apart

[PATCH weston] weston-terminal: Fix crash on first keystroke

2016-11-22 Thread Derek Foreman
Since 894b3rcc634 weston-terminal will crash on first keystroke if you fail to create an xkb compose state. This can happen if you don't have a Compose file. Instead, no we just return uncomposed symbols. Signed-off-by: Derek Foreman --- clients/window.c | 1 + 1 file changed, 1 insertion(+)