diff options
author | June McEnroe <june@causal.agency> | 2019-07-14 13:22:14 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-14 13:22:14 -0400 |
commit | 54572108a671c1b182d0f7d93df8febff8109a11 (patch) | |
tree | d28a4496997653508d82a709269535d5fb19c1dd /bin | |
parent | Handle OSC in shotty (diff) | |
download | src-54572108a671c1b182d0f7d93df8febff8109a11.tar.gz src-54572108a671c1b182d0f7d93df8febff8109a11.zip |
Fix OSC PT handling
Undo gone wrong!
Diffstat (limited to 'bin')
-rw-r--r-- | bin/shotty.c | 3 |
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) { |