ahmednooor / lino

A command line text editor with notepad like key bindings.
MIT License
36 stars 2 forks source link

Alt + G is printing 'ã' instead of showing the guide #5

Open calandoa opened 3 years ago

calandoa commented 3 years ago

Also, most of Alt + ... combinations are printing special characters.

I am using Ubuntu 18.04.5 LTS with XFCE 4.12.

I have these settings :

LANG=en_US.UTF-8
LANGUAGE=en_US:
> setxkbmap -query
rules:      evdev
model:      pc105
layout:     us
variant:    altgr-intl
ahmednooor commented 3 years ago

I am using crossterm lib for reading terminal events and this might be related to this https://github.com/crossterm-rs/crossterm/issues/536 . If so, I won't be able to do much. Sorry.

calandoa commented 3 years ago

I confirm that it is working with gnome-terminal but not, as already said, with xterm, so it is probably related to the bug you are mentioning. Feel free to close this issue or keep it open until it is resolved in the library.

ahmednooor commented 3 years ago

I am keeping it open for now.