comparison src/toplev.cc @ 5305:539428e4606a

[project @ 2005-04-26 02:59:08 by jwe]
author jwe
date Tue, 26 Apr 2005 02:59:08 +0000
parents fe5ee25a5e6c
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5304:7b6edb02f8c9 5305:539428e4606a
543 command_editor::restore_terminal_state (); 543 command_editor::restore_terminal_state ();
544 544
545 // XXX FIXME XXX -- is this needed? Can it cause any trouble? 545 // XXX FIXME XXX -- is this needed? Can it cause any trouble?
546 raw_mode (0); 546 raw_mode (0);
547 547
548 octave_history_write_timestamp ();
549
548 command_history::clean_up_and_save (); 550 command_history::clean_up_and_save ();
549 551
550 close_files (); 552 close_files ();
551 553
552 cleanup_tmp_files (); 554 cleanup_tmp_files ();
553 555
554 flush_octave_stdout (); 556 flush_octave_stdout ();
555 557
556 if (!quitting_gracefully && (interactive || forced_interactive)) 558 if (! quitting_gracefully && (interactive || forced_interactive))
557 std::cout << "\n"; 559 std::cout << "\n";
558 } 560 }
559 } 561 }
560 562
561 DEFUN (atexit, args, , 563 DEFUN (atexit, args, ,