Method: CDK::SCALE#moveToEditPosition
- Defined in:
- lib/cdk/scale.rb
#moveToEditPosition(new_position) ⇒ Object
Move the cursor to the given edit-position
177 178 179 |
# File 'lib/cdk/scale.rb', line 177 def moveToEditPosition(new_position) return @field_win.wmove(0, @field_width - new_position - 1) end |