Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

win32console apparently should respect blank terminators... #6

Open
rdp opened this issue May 21, 2010 · 1 comment
Open

win32console apparently should respect blank terminators... #6

rdp opened this issue May 21, 2010 · 1 comment
Labels

Comments

@rdp
Copy link

rdp commented May 21, 2010

This code:

puts "[ \e[32mTomcat is running\e[m ]"

on Linux goes green, then stops green. On windows it appears that currently we are expecting "\e[0m" as the only terminator, not the above.
Thanks!
-rp

@luislavena
Copy link
Owner

This seems related to the regular expression processing.

It is expecting \d+ between \e and m

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants