Neko Hz

Results 139 comments of Neko Hz

@liuzheng712 你用的是什么版本的term.js,我用的是Rancher的,还有我用的是前面提到的TTY.js修改方式对tty.js打了补丁 Which term.js version are you using? I am using rancher/term.js . And I use the patch by yoshiokatsuneo for tty.js.

@liuzheng712 I use tty.js, I will create a repo tomorrow(GMT+8)...

@liuzheng712 I have create a repo for this. latest commit is https://github.com/codehz/tty.js/commit/d45942b7c1a348e2dd52439e43e7a818efa42fc4 And I found this problem does not occur when I use bash shell, but other program will. ![image](https://cloud.githubusercontent.com/assets/13158903/13863876/263b1884-ecd8-11e5-94bc-82cb675c0925.png)...

@liuzheng712 I'm use win 10, Chrome 49, (tty.js run on Linux vm) it may be the reason.

@liuzheng712 Can you try to use some program to get text direct from stdin, I mean do not use readline library, just use scanf function or std::cin. Some shell can...

is it possible to make tmux working on win10 after the polyfill is done?

> I don't know what pty support has to do with tmux. The APIs you mentioned are going to help programs like `examples/script.c` work on Windows. What's tmux? Is that...

@ahgamut Like, command line usage? Many tutorial use `dd if=/dev/urandom of=xxx` to generate random file as test input. if it is possible in windows, it would be very useful (Yes,...

I have created a patched version for nim 1.4 branch for testing (not use devel is because I want to test in my actual project that does't work for 1.5...