X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=progs%2Fcapconvert;h=c73c36878db42c795ff7f64d52ccb2188907aa3b;hb=bc6feebe069006356c1d3075e8e67bd3178a2018;hp=a3535bd4a570ecea7759727c0855c4887681eee8;hpb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175;p=ncurses.git diff --git a/progs/capconvert b/progs/capconvert index a3535bd4..c73c3687 100755 --- a/progs/capconvert +++ b/progs/capconvert @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 1998-2019,2020 Free Software Foundation, Inc. # +# Copyright 2019-2020,2021 Thomas E. Dickey # +# Copyright 1998-2011,2017 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -26,7 +27,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: capconvert,v 1.8 2020/01/18 17:02:38 tom Exp $ +# $Id: capconvert,v 1.10 2021/09/04 10:55:04 tom Exp $ # # capconvert -- automated conversion from termcap to terminfo # @@ -94,7 +95,7 @@ else fi echo ""; -# Check if test -x works (it's not portable, but useful) +# Check if test -x works (it is not portable, but useful) OPT="-x" TMP=test$$; touch $TMP && chmod 755 $TMP if test $OPT $TMP ; then @@ -226,7 +227,7 @@ fi # OK, here comes the nasty case...user has a TERMCAP. Instead of # trying to follow all the convolutions of the relationship between -# TERM and TERMCAP (partly because it's too painful, and partly because +# TERM and TERMCAP (partly because it is too painful, and partly because # we don't actually know what TERM will be nor even if it always has # the same value for this user) we do the following three steps...