Browse Subversion Repository
Diff of /mini_window.rb
Parent Directory
| Revision Log
| Patch
| 36 |
#=== Return |
#=== Return |
| 37 |
#An initialized instance of Window. |
#An initialized instance of Window. |
| 38 |
def initialize(view, config) |
def initialize(view, config) |
| 39 |
|
@buffer = nil |
| 40 |
@view = view |
@view = view |
| 41 |
@config = config |
@config = config |
| 42 |
@cursor = Cursor.new(0, 0) |
@cursor = Cursor.new(0, 0) |
|
|
Legend:
| Removed from v.20 |
|
| changed lines |
| |
Added in v.24 |
|
|
|