📄 03norzsz.diff
字号:
--- minicom-2.00.0.orig/src/updown.c+++ minicom-2.00.0/src/updown.c@@ -352,6 +352,22 @@ (void) mcd(""); timer_update(); + /* return code == 1 if exeve failed, see #111060 et al */+ if (win && status == 0x0001) {+#if VC_MUSIC+ if (P_SOUND[0] == 'Y') {+ wprintf(win, _("\n Failure executing protocol. Press any key to continue..."));+ music();+ } else+ sleep(1);+#else+ /* MARK updated 02/17/94 - If there was no VC_MUSIC capability, */+ /* then at least make some beeps! */+ if (P_SOUND[0] == 'Y') wprintf(win, "\007\007\007");+ sleep(1);+#endif+ } else+ /* If we got interrupted, status != 0 */ if (win && (status & 0xFF00) == 0) { #if VC_MUSIC
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -