]> git.wh0rd.org Git - nano.git/commit
add various type changes to avoid problems on systems where int and
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 06:25:34 +0000 (06:25 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 28 Jun 2005 06:25:34 +0000 (06:25 +0000)
commit2cf6d717f1dc83d7bcbabb5b6b1a662d87d82eb1
tree5e55de9daa46df64d9f193b7d50c2d0c4b662af3
parent6ad6b8586207b7d51d3744b76140040debe3783b
add various type changes to avoid problems on systems where int and
ssize_t are different sizes.  Make filestruct->lineno a ssize_t (so that
we can avoid negative line numbers at the "Go To Line" prompt),
current_y a ssize_t (in order to hold the maximum difference between two
filestruct->lineno's), totlines a size_t, and change related variables
to match

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2782 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/files.c
src/global.c
src/nano.c
src/nano.h
src/proto.h
src/rcfile.c
src/search.c
src/utils.c
src/winio.c