summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-18 21:09:17 -0500
committerJune McEnroe <june@causal.agency>2019-02-18 21:09:17 -0500
commit794d993079cf9a08220839a0bc67ff9a02f51ddb (patch)
treedbe57c954257866e81ac2475c5fb5b4b881960ce /bin
parentDon't match nested parentheses in Tag for C (diff)
downloadsrc-794d993079cf9a08220839a0bc67ff9a02f51ddb.tar.gz
src-794d993079cf9a08220839a0bc67ff9a02f51ddb.zip
Use hi -o anchor in up
Diffstat (limited to '')
-rw-r--r--bin/up.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/up.sh b/bin/up.sh
index 3850875b..36febe7f 100644
--- a/bin/up.sh
+++ b/bin/up.sh
@@ -27,7 +27,7 @@ uploadText() {
 
 uploadHi() {
 	temp
-	hi -f html -o document,tab=4 "$@" > "${temp}/hi.html"
+	hi -f html -o document,anchor,tab=4 "$@" > "${temp}/hi.html"
 	upload "${temp}/hi.html"
 }
 
-02-22 17:44:39 -0500'>2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe