about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-30 16:51:51 -0400
committerJune McEnroe <june@causal.agency>2017-07-30 16:51:51 -0400
commite38d40500934bae533d516e2ba95ef5e3efc6363 (patch)
tree3835f398d5a1f8f0c110a07bc07d8a256bf328c9
parentUpdate help (diff)
downloadtorus-e38d40500934bae533d516e2ba95ef5e3efc6363.tar.gz
torus-e38d40500934bae533d516e2ba95ef5e3efc6363.zip
Fix termcap patch for background colors
Diffstat (limited to '')
-rw-r--r--.gitignore2
-rw-r--r--termcap.diff5
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2020094..50c3846 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,7 @@ client
 help
 root
 server
+termcap
+termcap.db
 torus.dat
 torus.sock
diff --git a/termcap.diff b/termcap.diff
index c6048cb..66698a7 100644
--- a/termcap.diff
+++ b/termcap.diff
@@ -1,11 +1,12 @@
 --- /usr/share/misc/termcap	2017-07-29 16:46:57.370274000 +0000
-+++ termcap	2017-07-30 00:12:33.996614000 +0000
-@@ -2882,8 +2882,7 @@
++++ termcap	2017-07-30 20:44:18.427569000 +0000
+@@ -2882,8 +2882,8 @@
  	:Co#88:pa#7744:tc=xterm-256color:
  
  xterm-256color|xterm alias 3:\
 -	:Co#256:pa#32767:\
 -	:AB=\E[48;5;%dm:AF=\E[38;5;%dm:tc=xterm-new:
++	:pa#32767:\
 +	:tc=xterm-new:
  
  xterm-nrc|xterm alias 4:\
maining time is spent in deflate. 2021-09-21Rewrite pngo, add explicit optionsJune McEnroe Interesting to see how my code habits have changed. 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 Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 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 This fixes badly indented comments. 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