]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - tack/crum.c
ncurses 5.5
[ncurses.git] / tack / crum.c
index 94183635b2ec2cbdae0fea4b691564d2d3dbb9f5..1b72e1eb3581a3cf48180ba45fbfc087ad4067c2 100644 (file)
 ** 
 ** You should have received a copy of the GNU General Public License
 ** along with TACK; see the file COPYING.  If not, write to
-** the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-** Boston, MA 02111-1307, USA.
+** the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+** Boston, MA 02110-1301, USA
 */
 
 #include <tack.h>
 
-MODULE_ID("$Id: crum.c,v 1.2 1999/08/21 23:09:08 tom Exp $")
+MODULE_ID("$Id: crum.c,v 1.4 2005/09/17 19:49:16 tom Exp $")
 
 /*
  * Test cursor movement.
@@ -81,7 +81,7 @@ move_to(
                        rf = rt;
                }
        }
-       if (sel & 4) {  /* paramiterized relative cursor movement */
+       if (sel & 4) {  /* parameterized relative cursor movement */
                if (parm_right_cursor)
                        if (cf < ct) {
                                s = tparm(parm_right_cursor, ct - cf);