Commit bc3f315e authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

rename .history to .drspine_history, fix issue #33

parent d1f97f02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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