Dear GRASS community,
with small changes we can use now cursor keys in GRASS shell
command windows (setting coordinates etc.). The current
versions of GRASS always throw you out of the screen
when hitting a cursor key.
Jacques Bouchard modified the code (I added a small change) so
that the cursor keys can be used safely now:
- RETURN cycles through the input lines (as usual)
- cursor keys left and right are working (new)
- cursor keys up and down are working (new)
- ESC-RETURN take you out of the screen (modified)
It seems to be very stable, so the next GRASS versions shall offer the
cursor key support.
Is that alright with you (shall I create a new GRASS 4.2.1)?
Best regards
Markus Neteler
Dear Markus,
Markus Neteler wrote:
- RETURN cycles through the input lines (as usual)
- cursor keys left and right are working (new)
- cursor keys up and down are working (new)
- ESC-RETURN take you out of the screen (modified)
It seems to be very stable, so the next GRASS versions shall offer the
cursor key support.
can i get the code to patch into 5.0
Rgds,
--
Phisan Santitamnont, Dr.-Ing.
Survey Engineering Department
Chulalongkorn University
Pathumwan Rd, Bangkok 10330
Tel. +66 (2) 218 66 61
Fax. +66 (2) 218 66 53
mailto:fsvpss@eng.chula.ac.th
http://www.sv.eng.chula.ac.th/Staff/Phisan
Hi!
On Tue, 6 Jul 1999, Phisan Santitamnont wrote:
> - RETURN cycles through the input lines (as usual)
> - cursor keys left and right are working (new)
> - cursor keys up and down are working (new)
> - ESC-RETURN take you out of the screen (modified)
can i get the code to patch into 5.0
Yes, find it attached.
Replace this V_call.c with original version in:
src/libes/vask
Please save the original file first!
It works for GRASS 4.2.1 as well.
Cheers
Markus
(attachments)
V_call.c (12.2 KB)