github.com/insomniacslk/u-root@v0.0.0-20200717035308-96b791510d76/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  }