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 26 by bluedwarf, Wed Apr 11 03:59:29 2007 UTC revision 28 by bluedwarf, Wed Apr 11 05:42:05 2007 UTC
# Line 79  module Edmaru Line 79  module Edmaru
79        @modeline        @modeline
80      end      end
81    
82        #Remove all characters from this buffer.
83        #
84        #=== Warning
85        #This method *MUST* *NOT* be overrided in derived classes.
86        #
87        def clear
88          @cursor.row = @cursor.column = 0
89          @buffer.clear
90          refresh
91        end
92    
93      #Insert the specified string to the buffer shown in this window.      #Insert the specified string to the buffer shown in this window.
94      #      #
95      #=== Warning      #=== Warning

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

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