From b6fa632e2f46467c76c7fb39c731cb17e8558ee0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 18 May 2017 10:09:17 -0700 Subject: 3861 - screen untouched when entering console mode --- edit/001-editor.mu | 1 + 1 file changed, 1 insertion(+) (limited to 'edit/001-editor.mu') diff --git a/edit/001-editor.mu b/edit/001-editor.mu index a6dde85b..50ba09f5 100644 --- a/edit/001-editor.mu +++ b/edit/001-editor.mu @@ -6,6 +6,7 @@ def main text:text [ local-scope load-ingredients open-console + clear-screen 0/screen # non-scrolling app e:&:editor <- new-editor text, 0/left, 5/right render 0/screen, e wait-for-event 0/console -- cgit 1.4.1-2-gfad0 e4df3fd'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/073list.mu
blob: 1971b98e6b5172856ec880e1ac181d9c89d0ea5b (plain) (tree)
1
2
3
4
5
6
7
8
9
10