diff options
Diffstat (limited to 'dumbsh.c')
-rw-r--r-- | dumbsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ static void doCommand() | |||
117 | 117 | ||
118 | static void endOfLine() | 118 | static void endOfLine() |
119 | { | 119 | { |
120 | TT.x = strlen(toybuf) - 1; | 120 | TT.x = strlen(toybuf); |
121 | updateLine(); | 121 | updateLine(); |
122 | } | 122 | } |
123 | 123 | ||