Please enable JavaScript to view this site.

A-Shell Development History

872.1

(ATS) ATS now supports TAB(-5,rows), TAB(-6,cols), and TAB(-10,x) when the terminal driver is AM75G or AM65G.

872.0.2

(ATS) Fixed problem with PCKLST trying to display as a control on the server.

872.0.3

(ATE) The INFLD effect of automatically sinking the field during editing now works under Linux when using a "G" driver with ATE.

872.0.4

Text controls were not always being parsed correctly when they contained embedded commas. Note that when using TAB(-10,20) to define controls, if the control text contains commas, it requires an extra set of quotes. For example:

?TAB(-10,20);"1,0,""Last,First"",0,";MBF'STATIC+MBF'LFJUST; &

  ",,,10,5,10,30,3,-1";chr(127);

 

Without the extra set of quotes around "Last,First", the parsing of the rest of the line would be thrown off.

872.0.5

(ATE) Add a delay option to the login configuration dialog.

872.0.6

(ATE) Saving and restoring box areas which overlay controls now works.

872.0.7

TPRINT and DPRINT now affect more than just the first argument. Previously, TPRINT A$;B$ would have only displayed A$ as a control and B$ as normal text. Now it will do them both.