aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 45 forks source link

Internally document meaning of coordinates #83

Open aaronjanse opened 4 years ago

aaronjanse commented 4 years ago

3mux has a few internal coordinate variables, such as cursor position and the scrolling region boundaries. There needs to be documentation regarding what these values mean. For example, is (1, 1) or (0, 0) the top left corner for the cursor?

aaronjanse commented 4 years ago

Also document coordinates in window manager