From 53def098e1cc7a00af60d2d48b56892ad8cb6850 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 29 May 2022 17:03:01 -0700 Subject: Readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e7428e..68999f3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -Known issues: -* Touchpads can drag the mouse pointer using a light touch or a heavy click. - On Linux, drags using the light touch get interrupted when a key is pressed. - You'll have to press down to drag. +# Plain text with lines + +http://akkartik.name/lines.html + +## Known issues * No support yet for Unicode graphemes spanning multiple codepoints. @@ -33,3 +34,7 @@ Known issues: Bottomline: at the moment moving points connected to manhattan lines, rectangles or squares can break drawings in subtle ways. + +* Touchpads can drag the mouse pointer using a light touch or a heavy click. + On Linux, drags using the light touch get interrupted when a key is pressed. + You'll have to press down to drag. -- cgit 1.4.1-2-gfad0 sub'>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 tree commit diff stats
path: root/tools/iso/kernel.soso/boot.asm
blob: 773dd0f387a8ac526a8183115daae34941e7e756 (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