Please enable JavaScript to view this site.

ASQL Reference

Navigation: » No topics above this level «

AG_MOUSE

Scroll Prev Top Next More

Reviewed and revised December 2023

tab(-10, AG_MOUSE); opcode {,flags}; chr(127);     Tab(-10,x) Syntax Notes

AG_MOUSE (100) sets or restores the AutoMouse setting.

Parameters

opcode

choices are 7 to set flags or 8 to restore flags.

flags

values from the following table may be combined

Value

Action

&h0001

Automouse disabled (default is enabled)

&h0002

Double click sends string only (no CR)

&h0008

Single click sends string only (no CR)

&h0010

Singleclick sends string+CR

&h0020

No single click auto col adjustment

&h0040

No single click auto row adjustment

&h0080

Doubleclick sends CR only

&h0100

tab(-1,158) cursor reporting

&h0200

Doubleclick sends ESC only

&h0400

Doubleclick sends string+CR

&h0800

Don't consider slash a token delimiter

 

Response

None