summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-14 13:22:14 -0400
committerJune McEnroe <june@causal.agency>2019-07-14 13:22:14 -0400
commit54572108a671c1b182d0f7d93df8febff8109a11 (patch)
treed28a4496997653508d82a709269535d5fb19c1dd /bin
parentHandle OSC in shotty (diff)
downloadsrc-54572108a671c1b182d0f7d93df8febff8109a11.tar.gz
src-54572108a671c1b182d0f7d93df8febff8109a11.zip
Fix OSC PT handling
Undo gone wrong!
Diffstat (limited to 'bin')
-rw-r--r--bin/shotty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/shotty.c b/bin/shotty.c
index a75ba850..999cfb5f 100644
--- a/bin/shotty.c
+++ b/bin/shotty.c
@@ -327,8 +327,7 @@ static char updateOSC(wchar_t ch) {
 			return NUL;
 		}
 	}
-	esc = false;
-	return NUL;
+	return OSC;
 }
 
 static void update(wchar_t ch) {
7 18:55:44 +0200'>2009-06-07Add head-include configuration option.Mark Lodato 2009-03-15CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli