From 7e86c01285e50008148bb359c61f64640a812303 Mon Sep 17 00:00:00 2001 From: Yaroslav Kolomiiets Date: Thu, 18 Aug 2016 15:23:32 +0300 Subject: acme: handle Home, End keys --- appl/acme/text.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/acme/text.m') 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); -- cgit v1.2.3