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:
parent
cf6b778799
commit
a4e59b3702
4 changed files with 39 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue