summaryrefslogtreecommitdiff
path: root/appl/acme/text.m
diff options
context:
space:
mode:
authorYaroslav Kolomiiets <yarikos@gmail.com>2016-08-18 15:23:32 +0300
committerYaroslav Kolomiiets <yarikos@gmail.com>2016-08-18 15:23:32 +0300
commit7e86c01285e50008148bb359c61f64640a812303 (patch)
tree10e18792f2ec164ee30d8d8da0039681a0807a90 /appl/acme/text.m
parenta9a2bdd7c75a381b92a3356435a2402fd953ec77 (diff)
acme: handle Home, End keys
Diffstat (limited to 'appl/acme/text.m')
-rw-r--r--appl/acme/text.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/text.m b/appl/acme/text.m
index 1c258be3..3343f9b0 100644
--- a/appl/acme/text.m
+++ b/appl/acme/text.m
@@ -42,7 +42,7 @@ Textm : module {
select3 : fn(t : self ref Text, p: int, q : int) : (int, int, int);
setselect : fn(t : self ref Text, p : int, q : int);
setselect0 : fn(t : self ref Text, p : int, q : int);
- show : fn(t : self ref Text, p : int, q : int);
+ show : fn(t : self ref Text, p : int, q : int, dosel : int);
fill : fn(t : self ref Text);
commit : fn(t : self ref Text, n : int);
setorigin : fn(t : self ref Text, p : int, q : int);