Menu

Diff of /rc/jstarrc.in [0af6b4] .. [2937f2]  Maximize  Restore

Switch to side-by-side view

--- a/rc/jstarrc.in
+++ b/rc/jstarrc.in
@@ -811,7 +811,7 @@
 :def shell_gparse gparse
 :def shell_release release
 :def shell_math maths
-:def shell_typemath txt,math,"ins",rtn,rtn,txt,"
",rtn
+:def shell_typemath txt,math,"ins",rtn,rtn,txt,"\r",rtn
 :def shell_rtn rtn
 :def shell_edit edit
 :def shell_dellin dellin
@@ -1176,9 +1176,9 @@
 :inherit main
 ""		^C		Abort
 ""		^D		Eof
-"	"	^I		Tab
+"\t"		^I		Tab
 ""		^H		Backspace
-"
"		^M		Return
+"\r"		^M		Return
 ""		^?		Backspace
 
 :vtshell		Input to ANSI shell windows
@@ -1195,7 +1195,7 @@
 ""		^C		Abort
 ""		^D		Eof
 ""		^E		EOL for bash
-"	"	^I		Tab
+"\t"		^I		Tab
 ""		^H		Backspace
-"
"		^M		Return
+"\r"		^M		Return
 ""		^?		Backspace
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.