> Thanks a lot. I will get the latest code. Btw, is there any chance for the
> movement system as I had explained. :-)
>
The current motion system is actually near perfect. The up-down keys should
PRESERVE the column position. That is the only thing needed. ACtually, I think
we can have a simple wrap around like.
move_preserve_column()
{
cur = current_column();
move_link();
set_column(cur);
}
Something like this should actually work.
Thanks a lot.
--
:: Ligesh :: http://ligesh.com
_______________________________________________
elinks-dev mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-dev