Remove wrap-around behavior from 'j' & 'k'.
commit5faa0a6b41cf99c0675101d3702a48a81650a936
authorMarcel Rodrigues <marcelgmr@gmail.com>
Sun, 14 Jun 2015 16:37:19 +0000 (14 13:37 -0300)
committerMarcel Rodrigues <marcelgmr@gmail.com>
Sun, 14 Jun 2015 16:37:19 +0000 (14 13:37 -0300)
treedfeccebb9c708b3dd82d0c288b5d0f742c36565e
parent3e9a3ad7668453f4c045199e77dab38d86f65a0f
Remove wrap-around behavior from 'j' & 'k'.

That behavior provided a way to easily move between the top and
bottom of listing. However, this is no longer needed due to the
recent addition of 'g' & 'G'. The new behavior is also more similar
to what we are used to in other programs.
rover.c