Method: Textbringer::Window.redisplay
- Defined in:
- lib/textbringer/window.rb
.redisplay ⇒ Object
162 163 164 165 166 167 168 169 170 |
# File 'lib/textbringer/window.rb', line 162 def self.redisplay return if Controller.current.executing_keyboard_macro? return if Window.current.has_input? @@list.each do |window| window.redisplay unless window.current? end current.redisplay update end |