summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-29 21:46:28 -0400
committerJune McEnroe <june@causal.agency>2018-07-29 21:46:28 -0400
commitf4a7e473cddd8a12240efb2b7c890214def17060 (patch)
tree23c37e2785b185a6739518d7b1c6674dca6a4ea1
parentFix dtch cmsg size (diff)
downloadsrc-f4a7e473cddd8a12240efb2b7c890214def17060.tar.gz
src-f4a7e473cddd8a12240efb2b7c890214def17060.zip
Just print rs1 in dtch restoreTerm
-rw-r--r--bin/dtch.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/dtch.c b/bin/dtch.c
index 6466c3be..ca0a612e 100644
--- a/bin/dtch.c
+++ b/bin/dtch.c
@@ -169,10 +169,7 @@ static int dtch(int argc, char *argv[]) {
 static struct termios saveTerm;
 static void restoreTerm(void) {
 	tcsetattr(STDIN_FILENO, TCSADRAIN, &saveTerm);
-	printf(
-		"\x1b[?1049l" // rmcup
-		"\x1b\x63\x1b[!p\x1b[?3;4l\x1b[4l\x1b>" // reset
-	);
+	printf("\x1B\x63"); // rs1
 }
 
 static int atch(int argc, char *argv[]) {
d>June McEnroe 2021-09-22Remove default faviconJune McEnroe 2021-09-21Use Z_FILTERED strategyJune McEnroe 2021-09-21Recalculate various lengths only as neededJune McEnroe 2021-09-21Rewrite pngo, add explicit optionsJune McEnroe 2021-09-16Fix /* **/ comment matchingJune McEnroe 2021-09-15Remove typer, add downgrade to READMEJune McEnroe 2021-09-15Set bot mode on downgradeJune McEnroe 2021-09-15Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe 2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe