]> code.delx.au - gnu-emacs/blobdiff - lisp/xt-mouse.el
Simplify 8-bit character handling by terminal for 'raw-text'
[gnu-emacs] / lisp / xt-mouse.el
index e52095789baedd6ae856b6e63149696c0edcfc99..a2b64019f97ccbe8bd98c066b066dfec642ed47d 100644 (file)
@@ -155,10 +155,7 @@ single byte."
           (set-keyboard-coding-system
            (if (terminal-parameter nil 'xterm-mouse-utf-8)
                'utf-8-unix
-             ;; Use Latin-1 instead of no-conversion to avoid flicker
-             ;; due to `set-keyboard-coding-system' changing the meta
-             ;; mode.
-             'latin-1))
+             'no-conversion))
           ;; Wait only a little; we assume that the entire escape sequence
           ;; has already been sent when this function is called.
           (read-char nil nil 0.1))