From ee6645993f7400077fc51eddcea487acdda7d8e2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 10:38:06 +1200 Subject: Downgrade install-terminfo from defaults But still required for install-tmux (256 colours and custom terminfo file) --- ISSUES.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/ISSUES.markdown b/ISSUES.markdown index c9a832d1..90bd18c0 100644 --- a/ISSUES.markdown +++ b/ISSUES.markdown @@ -1,8 +1,6 @@ Known issues ============ -* The terminfo files probably still do not work on NetBSD (needs retesting - and manual page reading). * man(1) completion doesn't work on OpenBSD as manpath(1) isn't a thing on that system; need to find some way of finding which manual directories should be searched at runtime, if there is one. -- cgit v1.2.3 From 26ae96f6db981dd1262cb7e0586039c2116ec3ca Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Aug 2016 10:47:16 +1200 Subject: Remove apostrophe from comment to calm pdksh To my considerable surprise, OpenPSD pdksh sees this apostrophe within this subshell wrapper as an *open quote*! --- sh/shrc.d/sd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/shrc.d/sd.sh b/sh/shrc.d/sd.sh index c6513aac..80ae7c12 100644 --- a/sh/shrc.d/sd.sh +++ b/sh/shrc.d/sd.sh @@ -43,7 +43,7 @@ sd() { fi # Set the positional parameters to either the requested directory, or - # all of the current directory's siblings if no request + # all siblings of the current directory if no request spec=$1 set -- if [ -n "$spec" ] ; then -- cgit v1.2.3