From 1a5ece4f52ef17c7c868e95eb26e98137d5cab6f Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sun, 7 Mar 2021 23:19:48 -0500 Subject: keyboard support in raleigh, word wrap and more in entry widget --- src/user/rhello/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/rhello/main.cpp') diff --git a/src/user/rhello/main.cpp b/src/user/rhello/main.cpp index f179317..45329b5 100644 --- a/src/user/rhello/main.cpp +++ b/src/user/rhello/main.cpp @@ -27,7 +27,7 @@ void main() { button b(pbl, &onclick); padding pb(b, 2); - entry e(6, 20, "I'm a text entry!\nEventually you will be able to edit me."); + entry e(8, 31, "This window is made with the Raleigh widget toolkit for Portland OS.\n\nI am a text entry widget. My cursor can be used, but editing is not yet implemented."); padding pe(e, 2); dllist wl; -- cgit v1.2.3