From 40073d50101fad0d2ff212e0cb549992801d2775 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Mar 2006 22:05:05 +0000 Subject: [PATCH] *** empty log message *** --- src/command.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.C b/src/command.C index 14f6bbf2..a2d23dbb 100644 --- a/src/command.C +++ b/src/command.C @@ -3760,7 +3760,7 @@ rxvt_term::process_xterm_seq (int op, const char *str, char resp) assert (str != NULL); if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END))) - ; // no responses yet + return; switch (op) { -- 2.34.1