Develop and Download Open Source Software

Browse Subversion Repository

Diff of /view.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by bluedwarf, Wed Apr 11 03:59:29 2007 UTC revision 27 by bluedwarf, Wed Apr 11 04:51:28 2007 UTC
# Line 101  module Edmaru Line 101  module Edmaru
101      #=== Warning      #=== Warning
102      #This method *MUST* *NOT* be overrided in derived classes.      #This method *MUST* *NOT* be overrided in derived classes.
103      def focused_window=(window)      def focused_window=(window)
104          prev_focused_window = @focused_window
105        @focused_window = window        @focused_window = window
106    
107          prev_focused_window.refresh_cursor
108          @focused_window.refresh_cursor
109      end      end
110    
111      #Push the specified string to the kill ring.      #Push the specified string to the kill ring.

Legend:
Removed from v.26  
changed lines
  Added in v.27

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26