Develop and Download Open Source Software

Browse Subversion Repository

Diff of /mini_window.rb

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

revision 33 by bluedwarf, Thu Apr 12 19:31:19 2007 UTC revision 34 by bluedwarf, Fri Apr 13 02:32:26 2007 UTC
# Line 23  module Edmaru Line 23  module Edmaru
23    
24    #A special window that doesn't have modeline bar.    #A special window that doesn't have modeline bar.
25    module MiniWindow    module MiniWindow
26        include Window
27    
28      #Construct a window instance.      #Construct a window instance.
29      #      #
# Line 40  module Edmaru Line 41  module Edmaru
41        @view = view        @view = view
42        @config = config        @config = config
43        @cursor = Cursor.new(0, 0) # logical cursor        @cursor = Cursor.new(0, 0) # logical cursor
44        @modeline = nil        @modeline = nil #There is no modeline for mini window.
45    
46        init_ui        init_ui
47      end      end

Legend:
Removed from v.33  
changed lines
  Added in v.34

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