Ignore:
Timestamp:
12/28/20 15:03:19 (4 years ago)
Author:
tbretz
Message:
Readline 8 behaves differently. The best fix is to use the readline functions themselves and don't interfere... this does not work well for resizing for older readline libraries, but that neither worked proprly before.
File:
1 edited

Legend:

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

    r16877 r20016  
    3838    static int    rl_ncurses_getc(FILE *);
    3939    static int    rl_ncurses_startup();
    40     static void   rl_ncurses_redisplay();
     40    //static void   rl_ncurses_redisplay();
    4141    static int    rl_ncurses_event_hook();
    4242    static void   rl_ncurses_completion_display(char **matches, int num, int max);
     
    5353    virtual void EventHook(bool newline=false);
    5454    virtual void Shutdown(const char *buf);
    55     virtual void Redisplay();
     55    //virtual void Redisplay();
    5656    virtual void CompletionDisplay(char **matches, int num, int max);
    5757
Note: See TracChangeset for help on using the changeset viewer.