Browse Subversion Repository
Diff of /window.rb
Parent Directory
| Revision Log
| Patch
| 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 = Edmaru::SYSTEM_MODELINE.new(self) |
@modeline = Edmaru::SYSTEM_MODELINE.new(self, config) |
| 45 |
@start_line = 0 |
@start_line = 0 |
| 46 |
@focused = false |
@focused = false |
| 47 |
|
|
|
|
Legend:
| Removed from v.40 |
|
| changed lines |
| |
Added in v.41 |
|
|
|