Changeset 399efb in git for Singular/feread.cc
- Timestamp:
- Mar 16, 1998, 8:07:50 PM (26 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 8fc555864c50d7067d24dd615b4c36919d7a36c2
- Parents:
- 5c8eae0ee4adf297d4ee70c4eb367499625899d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feread.cc
r5c8eae0 r399efb 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: feread.cc,v 1. 7 1998-02-27 14:06:12Singular Exp $ */4 /* $Id: feread.cc,v 1.8 1998-03-16 19:07:50 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: input from ttys, simulating fgets … … 674 674 void fe_reset_input_mode (void) 675 675 { 676 /* try to read a history */ 676 /* try to read a history */ 677 if(!feBatch && !fe_use_fgets) 677 678 write_history (".singular_hist"); 678 679 }
Note: See TracChangeset
for help on using the changeset viewer.