From: Araki K. <ara...@us...> - 2017-05-08 16:30:39
|
Hi, From: Didier Spaier <di...@sl...> Subject: Re: [Mlterm-dev-en] Input buffered in mlterm-fb? Date: Sun, 7 May 2017 11:48:36 +0200 Message-ID: <46d...@sl...> > didier[~]$ cat /sys/class/input/input0/name > AT Translated Set 2 keyboard > didier[~]$ > > So I tried: > KBD_INPUT_NUM=0 mlterm-fb --fg=white --bg=black --sb false > But to no avail: the input buffer is only flushed and processed by > bash when I kill mlterm-fb: If you execute "KBD_INPUT_NUM=0 mlterm-fb" and can't input anything, /dev/input/event0 might not be a keyboard device you use. Will you inform me of the result of following commands just in case? $ for f in /sys/class/input/input*/name; do echo $f; cat $f; done If no keyboard is found except /dev/input/event0, start mlterm as follows. (This is a workaround.) KBD_INPUT_NUM=-1 mlterm-fb Regards, --- Araki Ken ara...@us... |