aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw.c b/pw.c
index e80ad18..aaaeea0 100644
--- a/pw.c
+++ b/pw.c
@@ -803,8 +803,6 @@ static execode execute(pwstate *pw, char *cmd, char *resbuf,
execode res = exec_failed;
char *arg = cmd + 2 + strspn(cmd + 2, " \t");
- clrline(0);
-
if (cmd[0] == ':') switch (cmd[1]) {
case 'w': case 'a':
if (arg[0] == 0) {