Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd SUB and CAN control codes - st - [fork] customized build of st, the simple…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit fbfa1f83eb501e885d1077e95739a7d7cab2397f
parent ac8f05c45a65788523af7223b1a94e8baf890b6e
Author: Roberto E. Vargas Caballero <[email protected]>
Date: Sat, 6 Oct 2012 19:13:08 +0200
Add SUB and CAN control codes
These control codes reset any escape sequence already initialised.
---
st.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Diffstat:
M st.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -1816,8 +1816,11 @@ tputc(char *c, int len) {
return;
case '\016': /* XXX: SO */
case '\017': /* XXX: SI */
- case '\032': /* XXX: SUB */
- case '\030': /* XXX: CAN */
+ break;
+ case '\032': /* SUB */
+ case '\030': /* CAN */
+ csireset();
+ return;
default:
/* case '\005': ENQ (IGNORED) */
/* case '\000': NUL (IGNORED) */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.