repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 1f8ef96979738b65f456299a2ddee7d7b5cfcb98: path_to: revision_to:
commit 1f8ef96979738b65f456299a2ddee7d7b5cfcb98 Author: Marc LehmannDate: Wed Jan 18 12:26:59 2012 +0000 *** empty log message *** diff --git a/src/main.C b/src/main.C
--- a/src/main.C
+++ b/src/main.C
@@ -352,7 +352,7 @@ rxvt_term::destroy_cb (ev::idle &w, int revents)
}
void
-rxvt_term::set_option (uint8_t opt, bool set)
+rxvt_term::set_option (uint8_t opt, bool set) NOTHROW
{
if (!opt)
return;
diff --git a/src/screen.C b/src/screen.C
--- a/src/screen.C
+++ b/src/screen.C
@@ -2706,12 +2706,12 @@ rxvt_term::tt_paste (char *data, unsigned int len) NOTHROW
data[i] = C0_CR;
if (priv_modes & PrivMode_BracketPaste)
- tt_printf ("\e[200~");
+ tt_printf ("\x1b[200~");
tt_write (data, len);
if (priv_modes & PrivMode_BracketPaste)
- tt_printf ("\e[201~");
+ tt_printf ("\x1b[201~");
}
void
-----END OF PAGE-----