Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新建的编译Fortran受影响 #63

Open
yuhldr opened this issue Jul 6, 2018 · 0 comments
Open

新建的编译Fortran受影响 #63

yuhldr opened this issue Jul 6, 2018 · 0 comments

Comments

@yuhldr
Copy link

yuhldr commented Jul 6, 2018

编译Fortran使得能够在gnome-terminal中输入,但是用了这个能够输入中文以后,Ctrl + B,就不能运行了,卸载重新安装,编译没有报错了,但是,再用你的这个输入中文,有出现同样报错,我新建的编译系统如下

{
"cmd": ["gnome-terminal -- bash -c "f95 '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}'; read -p '\nPress any key to continue...'""],
"shell":true,
"working_dir" : "$file_path",
"selector" : "source.f90",
"working_dir" : "$file_path",
"encoding":"UTF-8",

"variants":
[
	{
		"name": "Run in sublime",
	    "shell_cmd": "gfortran '${file}' -o '${file_path}/${file_base_name}' && '${file_path}/${file_base_name}'",


	}
]

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant