Develop and Download Open Source Software

Browse Subversion Repository

Diff of /window.rb

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

revision 15 by bluedwarf, Sat Apr 7 14:27:59 2007 UTC revision 17 by bluedwarf, Sat Apr 7 15:02:50 2007 UTC
# Line 38  module Edmaru Line 38  module Edmaru
38      def initialize(view)      def initialize(view)
39        @view = view        @view = view
40        @cursor = Cursor.new(0, 0)        @cursor = Cursor.new(0, 0)
41        @modeline = Edmaru::modeline_class.new(self)        @modeline = Edmaru::SYSTEM_MODELINE.new(self)
42    
43        init_ui        init_ui
44      end      end

Legend:
Removed from v.15  
changed lines
  Added in v.17

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