Class: Reline::CursorPos
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/reline.rb | 
Instance Attribute Summary
Instance Attribute Details
#x (rw)
[ GitHub ]# File 'lib/reline.rb', line 35
CursorPos = Struct.new(:x, :y)
#y (rw)
[ GitHub ]# File 'lib/reline.rb', line 35
CursorPos = Struct.new(:x, :y)