From ed5b64495c2271d492cb9cd41129bbd8c37c408c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 20 Oct 2021 17:27:22 -0400 Subject: Run shotty after ptee in up -t To avoid shotty warnings for unhandled sequences interfering with the screen. --- bin/up.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/up.sh b/bin/up.sh index ebe8a69e..cebc29c4 100644 --- a/bin/up.sh +++ b/bin/up.sh @@ -59,7 +59,8 @@ uploadTerminal() { $(scheme -s) EOF - ptee $SHELL -c "$1" | shotty -Bs >>"${temp}/term.html" + ptee $SHELL -c "$1" >"${temp}/term.pty" + shotty -Bs "${temp}/term.pty" >>"${temp}/term.html" upload "${temp}/term.html" } -- cgit 1.4.1 libtls for OpenSSL
summary refs log tree commit diff
path: root/compat/getentropy_win.c (unfollow)
Commit message (Collapse)Author
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck.
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe