start new:
tmux
start new with session name:
tmux new -s myname
NOTE: You don't need to compile Mosh on Cygwin yourself anymore; just install the package with Cygwin's setup.exe
.
Download Cygwin.
Run setup.exe
and install the following packages in addition to the default ones:
diff -Naur a/SD_WLAN/SD-WLAN-BT-8688-LINUX2625-SAAR-10.49.3.p70-26609.P64_B1/wlan_src/Makefile b/SD_WLAN/SD-WLAN-BT-8688-LINUX2625-SAAR-10.49.3.p70-26609.P64_B1/wlan_src/Makefile | |
--- a/SD_WLAN/SD-WLAN-BT-8688-LINUX2625-SAAR-10.49.3.p70-26609.P64_B1/wlan_src/Makefile 2010-07-13 22:08:32.000000000 +0200 | |
+++ b/SD_WLAN/SD-WLAN-BT-8688-LINUX2625-SAAR-10.49.3.p70-26609.P64_B1/wlan_src/Makefile 2011-11-10 11:11:37.288408994 +0100 | |
@@ -89,7 +89,7 @@ | |
# ARCH specifies the architecture of the target processor, this kernel | |
# module will run. | |
# ARCH can be set on the command line | |
-# make ARCH=<arm/i386> | |
+# make ARCH=<arm/x86> | |
# Alternatively ARCH can be set in the environment |