mosh icon indicating copy to clipboard operation
mosh copied to clipboard

Support platform (features)

Open higepon opened this issue 2 years ago • 2 comments

These may need help from the build config or something.

posix
This implementation is running on a POSIX system.
windows
This implementation is running on Windows.
unix, darwin, gnu-linux, bsd, freebsd, solaris, ...
Operating system flags (perhaps more than one).
i386, x86-64, ppc, sparc, jvm, clr, llvm, ...
CPU architecture flags.
ilp32, lp64, ilp64, ...
C memory model flags.
big-endian, little-endian
Byte order flags.

higepon avatar Sep 29 '22 22:09 higepon

I think we can exclude them from MVP. I'm not sure if they are implemented in other Scheme.

okuoku avatar Sep 30 '22 00:09 okuoku

Agreed. FYI gosh has them.

higepon avatar Sep 30 '22 00:09 higepon