summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gui/terminal.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/terminal.cpp b/gui/terminal.cpp
index 2b2671c0f..b4194d0fb 100644
--- a/gui/terminal.cpp
+++ b/gui/terminal.cpp
@@ -425,8 +425,6 @@ public:
bool inputChar(int ch)
{
debug_printf("inputChar: %d\n", ch);
- if (ch == 13)
- ch = 10;
initPty(); // reinit just in case it died before
// encode the char as UTF-8 and send it to the pty
std::string c;