aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-14 20:16:23 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-14 20:16:23 +1000
commit9ebdc16be6bf347dbd0b892f73f4e8329e970916 (patch)
treec89e80559a598f5c2423e2210082e0a06bc3fa95 /input_common.h
parent92ecc01baa1e762bc726dc51145434137efc65d4 (diff)
Fix the longstanding hang-on-exit bug in eterm, as well as making sure the history is saved when the terminal emulator exits
darcs-hash:20060514101623-ac50b-f8ce693ec111e3c158640ef8de309bf7e5484c5b.gz
Diffstat (limited to 'input_common.h')
-rw-r--r--input_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/input_common.h b/input_common.h
index bf8182dd..a2b361f7 100644
--- a/input_common.h
+++ b/input_common.h
@@ -20,7 +20,8 @@ enum
requested but none could be delivered, or when an exception
happened.
*/
- R_NULL = INPUT_COMMON_RESERVED
+ R_NULL = INPUT_COMMON_RESERVED,
+ R_EOF
}
;