github.com/system-transparency/u-root@v6.0.1-0.20190919065413-ed07a650de4c+incompatible/cmds/core/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  }