github.com/shaardie/u-root@v4.0.1-0.20190127173353-f24a1c26aa2e+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  }