> (tk:loop) ;; 窓を移動する際はこれを実行 ^C ;; 移動が済んだら実行を止める
c/sctop.c の 1558-1559行目をコメントアウト:
// pthread_create(&pth, NULL, (void *)Tk_MainLoop, NULL);
// pthread_detach(pth);
c/other.c の 485行目の0をTCL_DONT_WAITへ変更:
Tcl_DoOneEvent(TCL_DONT_WAIT);