From 7f67383400216732166ff8c845829b93b217ff30 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 13 May 2017 21:58:26 -0700 Subject: 3859 --- edit/002-typing.mu | 1 + 1 file changed, 1 insertion(+) (limited to 'edit') diff --git a/edit/002-typing.mu b/edit/002-typing.mu index 4f704f0d..8c48f147 100644 --- a/edit/002-typing.mu +++ b/edit/002-typing.mu @@ -7,6 +7,7 @@ def! main text:text [ load-ingredients open-console editor:&:editor <- new-editor text, 5/left, 45/right + editor-render 0/screen, editor editor-event-loop 0/screen, 0/console, editor close-console ] -- cgit 1.4.1-2-gfad0 thod='get'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/solarized-light
blob: 635a0580fb50e23ab3152c388609167353764fad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82