a/rc/jstarrc.in b/rc/jstarrc.in
...
...
809
:def shell_clear psh,bof,markb,eof,markk,blkdel
809
:def shell_clear psh,bof,markb,eof,markk,blkdel
810
:def shell_parse parserr
810
:def shell_parse parserr
811
:def shell_gparse gparse
811
:def shell_gparse gparse
812
:def shell_release release
812
:def shell_release release
813
:def shell_math maths
813
:def shell_math maths
814
:def shell_typemath txt,math,"ins",rtn,rtn,txt,"
",rtn
814
:def shell_typemath txt,math,"ins",rtn,rtn,txt,"\r",rtn
815
:def shell_rtn rtn
815
:def shell_rtn rtn
816
:def shell_edit edit
816
:def shell_edit edit
817
:def shell_dellin dellin
817
:def shell_dellin dellin
818
:def shell_cd cd
818
:def shell_cd cd
819
:def shell_pop popabort
819
:def shell_pop popabort
...
...
1174
1174
1175
:shell          Input to shell windows
1175
:shell          Input to shell windows
1176
:inherit main
1176
:inherit main
1177
""     ^C      Abort
1177
""     ^C      Abort
1178
""     ^D      Eof
1178
""     ^D      Eof
1179
"   "   ^I      Tab
1179
"\t"        ^I      Tab
1180
""     ^H      Backspace
1180
""     ^H      Backspace
1181
"
"       ^M      Return
1181
"\r"        ^M      Return
1182
""     ^?      Backspace
1182
""     ^?      Backspace
1183
1183
1184
:vtshell        Input to ANSI shell windows
1184
:vtshell        Input to ANSI shell windows
1185
:inherit main
1185
:inherit main
1186
""        [ A
1186
""        [ A
...
...
1193
""       .kl
1193
""       .kl
1194
""     ^A      BOL for bash
1194
""     ^A      BOL for bash
1195
""     ^C      Abort
1195
""     ^C      Abort
1196
""     ^D      Eof
1196
""     ^D      Eof
1197
""     ^E      EOL for bash
1197
""     ^E      EOL for bash
1198
"   "   ^I      Tab
1198
"\t"        ^I      Tab
1199
""     ^H      Backspace
1199
""     ^H      Backspace
1200
"
"       ^M      Return
1200
"\r"        ^M      Return
1201
""     ^?      Backspace
1201
""     ^?      Backspace