[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug report: string escapes can mess up terminal
- From: Martin <eden_martin_fuhrspam@...>
- Date: Wed, 16 Aug 2017 01:07:01 +0100
On 08/16/2017 12:34 AM, Soni L. wrote:
> "hello \x1b[33m \u{"
> "\x1b[1;3;4;7;32mHi!"
Is nice too. I'm glad that binding string (like "rm -rf ~") to key is
not supported.
Anyway current behavior is not due Lua interpreter. Terminal emulator
responsible for this. Probably you can disable interpretation of ANSI
codes somewhere in terminal properties.
-- Martin