[tor-bugs] #2830 [arm]: Arm should redraw on CTRL-L

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Thu Sep 29 15:09:04 UTC 2011


#2830: Arm should redraw on CTRL-L
-----------------------+----------------------------------------------------
    Reporter:  np      |       Owner:  atagar  
        Type:  defect  |      Status:  reopened
    Priority:  normal  |   Milestone:          
   Component:  arm     |     Version:          
  Resolution:          |    Keywords:          
      Parent:          |      Points:          
Actualpoints:          |  
-----------------------+----------------------------------------------------

Comment(by atagar):

 Weird. When the force flag is included it calls the curses erase()
 function for all of the panels before redrawing the content.

 I'm not able to see a difference when calling clear so it should be safe,
 but lets first make sure that it addresses the problem on your system. In
 src/cli/controller.py on line 344 (the redraw method) please try adding
 the following...

 if force:
   self._screen.clear()

 If that works for you then I'll add the fix. Cheers! -Damian

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2830#comment:10>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list