Browse Subversion Repository
Diff of /view.rb
Parent Directory
| Revision Log
| Patch
| 101 |
#=== Warning |
#=== Warning |
| 102 |
#This method *MUST* *NOT* be overrided in derived classes. |
#This method *MUST* *NOT* be overrided in derived classes. |
| 103 |
def focused_window=(window) |
def focused_window=(window) |
| 104 |
|
prev_focused_window = @focused_window |
| 105 |
@focused_window = window |
@focused_window = window |
| 106 |
|
|
| 107 |
|
prev_focused_window.refresh_cursor |
| 108 |
|
@focused_window.refresh_cursor |
| 109 |
end |
end |
| 110 |
|
|
| 111 |
#Push the specified string to the kill ring. |
#Push the specified string to the kill ring. |
|
|
Legend:
| Removed from v.26 |
|
| changed lines |
| |
Added in v.27 |
|
|
|