Results 38 comments of xuty

ElementaryOS 5.0 实测将 Windows 下 `Windows/Fonts` 的字体全部拷贝到`~/.deepinwine/Deepin-QQ/drive_c/windows/Fonts` 可以解决问题

Hello, Is it possible to call `texture.update(PixelBuffer{...});` in other spawned threads? I'm writing a video player and need to spawn a thread decoding the video, then supply decoded raw frames...

> So to get this working, you can wrap the capsule inside Arc This approach works, thank you so much!

Thanks for reporting the problem. It seems that `dartssh` is not maintained, and I've created a fork to fix this problem temporarily. `pub get` should work now.

> Is there a reason why the TerminalStyle does not accept a TextStyle? Due to some font related issues on flutter desktop platform like [this one](https://github.com/flutter/flutter/issues/30700), a long [fontFamilyFallback list](https://github.com/TerminalStudio/xterm.dart/blob/2800cfba0e1a945b3588e5658cf0801684c91027/lib/theme/terminal_style.dart#L2)...

Thank you for your PR! Changes are included in [2.5.0-pre]. [2.5.0-pre]: https://pub.dev/packages/xterm/versions/2.5.0-pre

Could you provide your `flutter doctor` output?

Flutter 1.20.x is required to build 0.1.0, and flutter 1.22.0+ to build master branch.

What soft keyboard do you use? Different soft keyboards behave quite differently. Some keyboards I tested never generate keyboard events thus it's necessary to do some hack to listen for...

Sorry for the delayed response. Currently the example is based on `dartssh2` v1.x, you can find the documents about v1.x [here](https://pub.dev/packages/dartssh2/versions). I'm currently working on the next major release of...