<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 9, 2016 at 2:20 PM, Vadim Lopatin via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div class="gmail-HOEnZb"><div class="gmail-h5">On Friday, 9 September 2016 at 11:56:11 UTC, Adam D. Ruppe wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
On Friday, 9 September 2016 at 11:21:07 UTC, Vadim Lopatin wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Now it's possible to build DlangUI apps to run in console (Linux, Windows).<br>
</blockquote>
<br>
Very nice.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Part of key modifiers do not work in linux console.<br>
Mouse events working ok.<br>
</blockquote>
<br>
Which parts are you having trouble with? I have implemented a lot of this for my terminal.d and might be able to help.<br>
</blockquote>
<br></div></div>
Keyboard support on Linux terminals seems most difficult.<br></blockquote><div><br></div><div>Hi Vadim, [0] is a short raw keyboard example, uses Jason's io, libasync and termios:</div><div> </div><div><a href="https://gist.github.com/rjmcguire/58f3fd3d5f0934dc351cd143c1b0c880">https://gist.github.com/rjmcguire/58f3fd3d5f0934dc351cd143c1b0c880</a></div><div><br></div><div>It has quite a lot of comments, it is an experiment for keyboard io, so I guess it might fit into dlangui nicely.</div><div><br></div><div>R</div></div></div></div>