Revision 13e86181
Added by Vincent Le Goff over 4 years ago
src/ui/window.py | ||
---|---|---|
215 | 215 |
self.password.Clear() |
216 | 216 |
encoding = self.engine.settings["options.general.encoding"] |
217 | 217 |
msg = event.GetString().encode(encoding, "replace") |
218 |
self.client.write(msg + "\r\n")
|
|
218 |
self.client.write(msg) |
|
219 | 219 |
|
220 | 220 |
# Write in the history |
221 | 221 |
if event.GetEventObject() == self.input: |
Also available in: Unified diff
Add the aliases