Please enable JavaScript to view this site.

A-Shell Development History

|K was treating ^C like Windows copy even when CTRLC was enabled and the V code was not specified. (||K should be used for that behavior - see 1217 below.) The following chart summarizes the behavior of ^C in various situations:

Ctrl+C Status

Type
V

Type
||K

Type
|K

Result of Pressing
Ctrl+C

*

V

*

*

Exitcode 10

*

 

||K

*

Copy to clipboard

disabled

 

 

|K

Copy to clipboard

disabled

 

 

 

nothing

enabled

 

 

*

BASIC error 1

 

* Indicates that the setting doesn't matter, given the other settings on the line. Blank indicates that the specified TYPE code is NOT set.