Ignore:
Timestamp:
05/15/12 08:42:32 (12 years ago)
Author:
tbretz
Message:
Fixed a problem with the label interpretation; added a storage variable for the script name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Readline.h

    r13702 r13731  
    2828    int fLine;
    2929    static int fLabel;
     30    static std::string fScript;
    3031
    3132    // Static member function which are used to adapt readline to ncurses
     
    102103    static  int  GetLabel() { return fLabel; }
    103104
     105    static std::string GetScript() { return fScript; }
     106
    104107    int GetLine() const { return fLine; }
    105108    virtual std::string GetLinePrompt() const;
Note: See TracChangeset for help on using the changeset viewer.