summary refs log tree commit diff
path: root/fp.c
diff options
context:
space:
mode:
Diffstat (limited to 'fp.c')
-rw-r--r--fp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fp.c b/fp.c
index 1ab7026..043b0da 100644
--- a/fp.c
+++ b/fp.c
@@ -153,6 +153,9 @@ int main(int argc, char **argv)
 		{
 		case -1: case 4: case '\n': case '\r':
 			return 0;
+		case 27:
+			ischosen = 0;
+			return 0;
 		case 127:
 		{
 			if (!bufi)