From: "Versum (Denis Zinin)" Date: 2013-04-03T19:21:37+09:00 Subject: [ruby-core:53954] [ruby-trunk - Feature #8201] Turn off builded colorizing Issue #8201 has been updated by Versum (Denis Zinin). Passing unknown escape sequences is not solution. Some escape sequences behaviour is depended from earlier escape sequences or define beg=haviour of later escape sequences. This is especialy right for colorizing sentences. I think it will be many conflict and wrong behaviour when some colorizing sequences processed by ruby and other colorizing sequences processed by terminal. nobu (Nobuyoshi Nakada) wrote: > This issue was solved with changeset r40078. > Denis, thank you for reporting this issue. > Your contribution to Ruby is greatly appreciated. > May Ruby be with you. > > > ---------- > win32.c: pass through unknown sequence > > * win32/win32.c (constat_apply): pass through unknown sequence which > starts with ESC but is not followed by a bracket. [ruby-core:53879] > [Bug #8201] ---------------------------------------- Feature #8201: Turn off builded colorizing https://bugs.ruby-lang.org/issues/8201#change-38167 Author: Versum (Denis Zinin) Status: Open Priority: Normal Assignee: usa (Usaku NAKAMURA) Category: Target version: GD! �� In Ruby 1.9.3 the output into console does not process escape secuences and it was good for me becouse i use ConEmu. ConEmu can process advanced escape secuences and some tools like pry theming worked perfectly. Now in ruby 2.0.0 the escape secuences��are filtered and its bad for me. Pry theming not working. Background lighting (underline escape secuence) not working. Please say how to tirning off buildin in ruby 2.0 escape secuensec processing. -- http://bugs.ruby-lang.org/