fluks
fluks
You can use [OpenVPN for Android](https://github.com/schwabe/ics-openvpn#controlling-from-external-apps). Select Launch App as an operation. ``` App: de.blinkt.openvpn Class Name: de.blinkt.openvpn.api.ConnectVPN (or DisconnectVPN) Extras: Key: de.blinkt.openvpn.api.profileName Value: ```
> Do you know how to find Class and Extras for other VPN apps? I think the app needs to have a feature to let other apps control it. If...
Do you mean the text of the command or its output that gets garbled? I wasn't able to reproduce that, but I was able to screw bash's PS prompt with...
gnome-terminal uses libvte and it doesn't have the problem I was able to generate.
If you don't want to license the whole product as open source, could you perhaps release the highlighting code as an open source library? I'm making a Finnish spellchecking browser...
I could try to work on this part of the upcoming Hacktoberfest, so if I'm able to fix it, I will send a PR only in October :stuck_out_tongue: I wasn't...
Can't replicate this on develop branch.
That's weird. I have normal "\n" or 0x0a newlines.
> Yes, that should do it. Something you want to implement? :) I can do it.
Could this be implemented in the settings? simple-prefs has a control type, which has an [on](https://developer.mozilla.org/en-US/Add-ons/SDK/High-Level_APIs/simple-prefs#on%28prefName_listener%29) function. You could pop up a window, presenting enabled from and to languages, which...