diff --git a/smbclientng/core/InteractiveShell.py b/smbclientng/core/InteractiveShell.py index 2c5df01..bccb2ff 100644 --- a/smbclientng/core/InteractiveShell.py +++ b/smbclientng/core/InteractiveShell.py @@ -1146,12 +1146,12 @@ def __prompt(self): if self.config.no_colors: connected_dot = "[v]" else: - connected_dot = "\x1b[1;92m⏺\x1b[0m" + connected_dot = "\x1b[1;92m■\x1b[0m" else: if self.config.no_colors: connected_dot = "[x]" else: - connected_dot = "\x1b[1;91m⏺\x1b[0m" + connected_dot = "\x1b[1;91m■\x1b[0m" # Session ID if session_prompt = ""