Giter Site home page Giter Site logo

Comments (3)

fpqc avatar fpqc commented on September 1, 2024

I convinced Russ Alexander to document this properly in a blogpost, so we're all good =].

from lxss.

ionescu007 avatar ionescu007 commented on September 1, 2024

Hey @fpqc I think version 1.2.0 of LxLaunch will answer most of your questions. As you can see, UTF-8 is now native to the console code in Windows, by using SetConsoleCP(CP_UTF8). The VT-100 support is also new and native to the Windows console, and achieved by using the VT100_EMULATION console mode.

The ttys are basically handled (hah!) by creating a pipe on the WIndows and Linux side, and setting that pipe as the Linux standard-in. ADSS IPC will take care of duplicating that into a linux pipe/tty on the other side. Meanwhile, we then wait for input on the Windows STDIN handle. When input is received, we read the input character, and simply write it back out on the pipe, which Linux will now receive as console input.

from lxss.

fpqc avatar fpqc commented on September 1, 2024

Nifty! Thanks, will look at the sourcecode again.

from lxss.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.