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 10 by bluedwarf, Thu Apr 5 11:53:35 2007 UTC revision 12 by bluedwarf, Fri Apr 6 11:20:39 2007 UTC
# Line 1  Line 1 
1    # view.rb: the module definition of Edmaru::View.
2  #  #
 # Edmaru: A scalable editor implemented by Ruby.  
3  # Copyright (C) 2007 Takashi Nakamoto  # Copyright (C) 2007 Takashi Nakamoto
4  #  #
5  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 47  module Edmaru Line 47  module Edmaru
47        @windows.push(Edmaru::window_class.new(self, 0, 0,        @windows.push(Edmaru::window_class.new(self, 0, 0,
48                                               allocated_column,                                               allocated_column,
49                                               allocated_line - 1))                                               allocated_line - 1))
       #Set the default buffer.  
       @windows[0].buffer = @buffer_manager.get("*scratch*")  
       @windows[0].buffer.append("OK")  
   
50        @mini_window =        @mini_window =
51          Edmaru::mini_window_class.new(self, 0,          Edmaru::mini_window_class.new(self, 0,
52                                        allocated_line - 1,                                        allocated_line - 1,

Legend:
Removed from v.10  
changed lines
  Added in v.12

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