白山風露

Results 14 comments of 白山風露

Can someone please review it?

I think I've solved the problem of symbolic links. In addition, I fixed a path problem in stable that I missed using nightly. I've confirmed that the commands work on...

http://en.cppreference.com/w/cpp/io/basic_fstream/basic_fstream std::experimentall::filesystemを使っている時点でどうなのという話ではあるが、このプロジェクトはC++17以前の環境をターゲットにしておらず、C++17なら`std::filesystem::path`や`const std::filesystem::path::value_type*`を受け取れるので、日本語パスの扱いが不安なコードはあまり入れたくない。 少なくともこのコードは、MSVCの環境ならCP932になってしまうので、入れるなら日本語パスに関するテストを追加した上で対象の環境を切り分けて欲しい。

規模これ以上は大きくならないだろうと思われるためboostには依存したくない。 ターゲットがWindows以外になり得ないためWin32 APIに依存するのは構わない。

https://cpplover.blogspot.jp/2017/08/llvmwindowspdb.html 多分-gdwarf-2では駄目でCodeViewにしなければいけない。そこら辺よく分かっていないので情報が欲しい……

I made a small modification to `crossterm_winapi` to allow it to display low-level input events. Windows Terminal seems to send two input events for surrogate pairs, one with `key_down: true`...

This implementation potentially contains many bugs and is for the most part unimplemented, but at least it can start and display a window without causing panic. Since `LinuxTextSystem` could be...

CI seems to be working on Linux, and there should be no impact other than renaming, so I'll remove Draft.

12f6562 I thought this commit could be in another PR, but the drawing results were different and it seems that the dispatcher was not working well with the previous version,...

On second thought, auto-reset event objects are available for this use case, and I realized that a manual reset might cause unnecessary blocking, so I fixed it.