comparison level1/modules/scdwndesc.asm @ 2344:f15fa431d748

Updated
author boisy
date Sat, 16 Jan 2010 00:06:53 +0000
parents 16b98c4a836d
children da4f3fbe1556
comparison
equal deleted inserted replaced
2343:16b98c4a836d 2344:f15fa431d748
41 fcb initsize-*-1 initilization table size 41 fcb initsize-*-1 initilization table size
42 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf 42 fcb DT.SCF device type:0=scf,1=rbf,2=pipe,3=scf
43 fcb $00 case:0=up&lower,1=upper only 43 fcb $00 case:0=up&lower,1=upper only
44 fcb $01 backspace:0=bsp,1=bsp then sp & bsp 44 fcb $01 backspace:0=bsp,1=bsp then sp & bsp
45 fcb $00 delete:0=bsp over line,1=return 45 fcb $00 delete:0=bsp over line,1=return
46 fcb $01 echo:0=no echo 46 fcb $00 echo:0=no echo
47 fcb $01 auto line feed:0=off 47 fcb $00 auto line feed:0=off
48 fcb $00 end of line null count 48 fcb $00 end of line null count
49 fcb $00 pause:0=no end of page pause 49 fcb $00 pause:0=no end of page pause
50 fcb 24 lines per page (not a safe assumption anymore!) 50 fcb 24 lines per page (not a safe assumption anymore!)
51 fcb $7F backspace character (on most telnet clients) 51 fcb C$BSP backspace character (on most telnet clients)
52 fcb C$DEL delete line character 52 fcb C$DEL delete line character
53 fcb C$CR end of record character 53 fcb C$CR end of record character
54 fcb C$EOF end of file character 54 fcb C$EOF end of file character
55 fcb C$RPRT reprint line character 55 fcb C$RPRT reprint line character
56 fcb C$RPET duplicate last line character 56 fcb C$RPET duplicate last line character