lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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