9term: add a "look" menu item (#299)

Add a menu item which functions similar to acme's `Look` command.

This is copied from 9front. See:
https://code.9front.org/hg/plan9front/rev/1f1596dbca51
https://code.9front.org/hg/plan9front/rev/d2de1d2f7b48
This commit is contained in:
Fazlul Shahriar 2020-01-07 15:02:01 -05:00 committed by Dan Cross
parent cf6b778799
commit a4e59b3702
4 changed files with 39 additions and 0 deletions

View file

@ -177,6 +177,7 @@ void wmousectl(Window*);
void wmovemouse(Window*, Point);
void wpaste(Window*);
void wplumb(Window*);
void wlook(Window*);
void wrefresh(Window*, Rectangle);
void wrepaint(Window*);
void wresize(Window*, Image*, int);