aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/samterm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/samterm/main.c')
-rw-r--r--src/cmd/samterm/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/samterm/main.c b/src/cmd/samterm/main.c
index 5fc42908..de951845 100644
--- a/src/cmd/samterm/main.c
+++ b/src/cmd/samterm/main.c
@@ -464,7 +464,7 @@ flushtyping(int clearesc)
ulong n;
if(clearesc)
- typeesc = -1;
+ typeesc = -1;
if(typestart == typeend) {
modified = 0;
return;
@@ -514,7 +514,7 @@ nontypingkey(int c)
case SCROLLKEY:
case CUT:
case COPY:
- case PASTE:
+ case PASTE:
return 1;
}
return 0;