github.com/mem/u-root@v2.0.1-0.20181004165302-9b18b4636a33+incompatible/cmds/elvish/edit/tty/pos.go (about)

     1  package tty
     2  
     3  // Pos is the position in a terminal.
     4  type Pos struct {
     5  	line, col int
     6  }