repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 1f8ef96979738b65f456299a2ddee7d7b5cfcb98:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 1f8ef96979738b65f456299a2ddee7d7b5cfcb98
Author: Marc Lehmann 
Date:   Wed Jan 18 12:26:59 2012 +0000

    *** empty log message ***

diff --git a/src/main.C b/src/main.C
index 336e12b1608bf7aa8f214a4226cc85f488f19e5a..
index ..bb12da7c41d90d2fab67313625523d53a51c1453 100644
--- 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
index 06e79b092fa0c3c9ea22d9936e32e6858368befb..
index ..6d07bb6cf2c2f5b6c90edf881ecf380f24ba9b95 100644
--- 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-----