So 1809 is about to be rereleased and its time to work on some ConPTY awesomeness.
I created a branch Dev/ConPty where I started integrating it. Its based on @pingzing's ModernPseudoSh (many kudos).
Todo:
So if someone feels like playing around with ConPTY feel free to grab a task ๐

Don't ask me whats going on with color 243
๐ฒ Gimmie!
--
Hans Kokx
On 11/19/2018 10:03:19 AM, Felix notifications@github.com wrote:
[image] [https://user-images.githubusercontent.com/30559812/48715041-5b4bde80-ec14-11e8-800b-ef3de2c50c68.png]
Don't ask me whats going on with color 243
โ
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [https://github.com/felixse/FluentTerminal/issues/128#issuecomment-439922949], or mute the thread [https://github.com/notifications/unsubscribe-auth/AB0sbyxw7f_UGikxfU_2G9apgpUZPqU6ks5uwsg3gaJpZM4Ycl8U].
Awesome. Can't wait to use it. It is supposed to be a big step forward.
Investigate if we can add an option to start the shell process with admin rights
I don't think you can do this easily. The most straightforward way is to use UAC to start an elevated broker process, as per this issue. To get an elevated child process requires tricks like I've been experimenting with here. I've researched this a lot, and I'm always happy to discuss it or explore other options.
After enabling conPTY, I cannot pass Ctrl-A (or Ctrl-<somekey>) into the terminal (it is working with always use winpty chekced), that is, I cannot use key-binding with screen or other cli tools.
conPTY also caused scrolling text away in terminal when I changed the window of screen.
Awesome! ๐ Is it possible to include both ConPTY and WinPTY support in the project, and chose to load either at runtime?
Two off-topic questions, what color scheme and what kind of bash shell are you using in the screenshot? (WSL, Cygwin, MinGW or something else?)
Awesome! ๐ Is it possible to include both ConPTY and WinPTY support in the project, and chose to load either at runtime?
Yes, the next version will have a configuration to switch between both (winpty by default, conpty is not quite ready yet).
Two off-topic questions, what color scheme and what kind of bash shell are you using in the screenshot? (WSL, Cygwin, MinGW or something else?)
Thats' just an unaltered unbuntu 18.04 bash and my configuration
Most helpful comment
Don't ask me whats going on with color 243