D Analyrimv6 is a minor mod of V5 but with some enhanced display modesA in the VAX/VMS version. It will work using curses() as before for C screen access when it comes up. However, where it runs on a DECterm D it can use the ANSI color sequences to give a color picture, and canA use VT200 - and - greater report sequences to enable the mouse to  have an effect.    The command    VC  (View Color); turns on the color ANSI mode and mouse support. The command    VB  (View Black&White) returns to using curses().  D   When in color mode, mouse clicks are sensed and have the following effects:  ? Left button:   When the left mouse button is clicked, a command 9 	L<cellname><return> is generated to move the spreadsheet  	cursor to the cell pointed at.   G Center button: When the center mouse button is clicked, the cellname of  	the current cell is entered.   G Right button:   When the right mouse button is clicked, the cellname of ; 	the current cell is entered after a colon (so the sequence 0 	centerbutton, rightbutton enters a cell range).    7 Display in the color mode appears a bit faster as well. 