Changeset 494

Show
Ignore:
Timestamp:
12/28/07 09:58:39 (1 year ago)
Author:
athomas
Message:

cly: Fix Windows readline support so that help is printed correctly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cly/trunk/cly/interactive.py

    r492 r494  
    164164 
    165165    def _pyrl_force_redisplay(self): 
    166         print self.prompt 
     166        pyreadline.rl._print_prompt() 
    167167 
    168168    def _pyrl_cursor(self, cursor=None):