aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/dat.h
diff options
context:
space:
mode:
authorFazlul Shahriar <fshahriar@gmail.com>2020-01-07 15:02:01 -0500
committerDan Cross <crossd@gmail.com>2020-01-07 15:02:01 -0500
commita4e59b37021326e304c311825ba52a52b02bd9c0 (patch)
tree54973e13210709bde7f83e180ac3f22c1db80e0b /src/cmd/9term/dat.h
parentcf6b778799edf4ebc2331d12707e66e7d38331ea (diff)
downloadplan9port-a4e59b37021326e304c311825ba52a52b02bd9c0.tar.gz
plan9port-a4e59b37021326e304c311825ba52a52b02bd9c0.tar.bz2
plan9port-a4e59b37021326e304c311825ba52a52b02bd9c0.zip
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
Diffstat (limited to 'src/cmd/9term/dat.h')
-rw-r--r--src/cmd/9term/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/9term/dat.h b/src/cmd/9term/dat.h
index c1af6592..25270a0e 100644
--- a/src/cmd/9term/dat.h
+++ b/src/cmd/9term/dat.h
@@ -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);