leaningtech / webvm

Virtual Machine for the Web

Home Page:https://webvm.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't save file made in nano

cyborgdennett opened this issue · comments

Hi, I try to edit a file in nano. And when I save, it hangs on choose name of file. Pressing Enter does nothing.

image

version: GNU nano 3.2

I can just cancel, and choose to not save the file, but saving does not work. Also pressing Enter in edit mode fails to make newline

Can confirm. As a workaround I've been using vim 🙃

Also confirm here. Vim works well. But even a cat <<EOF >file.txt \nxxxxxxx\nEOF will hang indefinitely. There must be some syscall bug in the fake filesystem.

Solved in current build