Browse Subversion Repository
Diff of /mini_window.rb
Parent Directory
| Revision Log
| Patch
| 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 |
# |
# |
| 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 |
|
|
|