Capture escape character [3J
This commit is contained in:
parent
16ef520d9d
commit
8a766ca9ab
@ -19,7 +19,7 @@ module Vagrant
|
|||||||
/\e\[\?[1-9][hl]/, # Matches \e[?2h
|
/\e\[\?[1-9][hl]/, # Matches \e[?2h
|
||||||
/\e\[20[hl]/, # Matches \e[20l]
|
/\e\[20[hl]/, # Matches \e[20l]
|
||||||
/\e[DME78H]/, # Matches \eD, \eH, etc.
|
/\e[DME78H]/, # Matches \eD, \eH, etc.
|
||||||
/\e\[[0-2]?[JK]/, # Matches \e[0J, \e[K, etc.
|
/\e\[[0-3]?[JK]/, # Matches \e[0J, \e[K, etc.
|
||||||
]
|
]
|
||||||
|
|
||||||
# Take each matcher and replace it with emptiness.
|
# Take each matcher and replace it with emptiness.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user