Loading sources/new_com.F90 +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ MODULE new_com character(len=cmd_long) :: mxx_path = './' character(len=cmd_long) :: init_file_path = ' ' ! default no auto init #ifdef USE_LINENOISE character(cmd_long), private :: history_file = ".history" character(cmd_long), private :: history_file = ".drspine_history" #else character(cmd_long), private :: history(0:history_depth) #endif Loading Loading
sources/new_com.F90 +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ MODULE new_com character(len=cmd_long) :: mxx_path = './' character(len=cmd_long) :: init_file_path = ' ' ! default no auto init #ifdef USE_LINENOISE character(cmd_long), private :: history_file = ".history" character(cmd_long), private :: history_file = ".drspine_history" #else character(cmd_long), private :: history(0:history_depth) #endif Loading