Re: Feature Requests

Ligesh <[email protected]>
Newsgroups gmane.comp.web.links
Message-ID <[email protected]>
>  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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.