On Fri, Sep 9, 2016 at 2:20 PM, Vadim Lopatin via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote:
On Friday, 9 September 2016 at 11:56:11 UTC, Adam D. Ruppe wrote:
On Friday, 9 September 2016 at 11:21:07 UTC, Vadim Lopatin wrote:
Now it's possible to build DlangUI apps to run in console (Linux, Windows).

Very nice.

Part of key modifiers do not work in linux console.
Mouse events working ok.

Which parts are you having trouble with? I have implemented a lot of this for my terminal.d and might be able to help.

Keyboard support on Linux terminals seems most difficult.

Hi Vadim, [0] is a short raw keyboard example, uses Jason's io, libasync and termios:
 
https://gist.github.com/rjmcguire/58f3fd3d5f0934dc351cd143c1b0c880

It has quite a lot of comments, it is an experiment for keyboard io, so I guess it might fit into dlangui nicely.

R