about summary refs log tree commit diff stats
path: root/help.lua
Commit message (Expand)AuthorAgeFilesLines
* typosKartik K. Agaram2022-06-191-2/+2
* fix help for rectangles and squaresKartik K. Agaram2022-06-181-0/+20
* bugfix: alignment of help screenKartik K. Agaram2022-06-151-33/+33
* make online help fit within a drawingKartik K. Agaram2022-06-041-9/+3
* yet another key conflictKartik K. Agaram2022-06-041-2/+2
* switch circles to 'o' to avoid conflicting with copyKartik K. Agaram2022-06-041-2/+2
* bugfix in helpKartik K. Agaram2022-06-041-2/+2
* switch freehand hotkey to eliminate conflict with searchKartik K. Agaram2022-06-021-1/+1
* crisp font renderingKartik K. Agaram2022-06-021-70/+70
* help tweakKartik K. Agaram2022-05-211-1/+3
* support for naming pointsKartik K. Agaram2022-05-211-0/+2
* bugfix: missed rename in one fileKartik K. Agaram2022-05-211-2/+2
* a few more integer coordinatesKartik K. Agaram2022-05-191-33/+33
* rectangle and square shapesKartik K. Agaram2022-05-181-0/+16
* several more modulesKartik K. Agaram2022-05-171-0/+118
='/danisanti/profani-tty/commit/tests/test_command.c?id=447d235868e9e1554e432aad1e6a3b3db10e7b1d'>447d2358 ^
71577c1f ^
d56f6dc3 ^
3e3786eb ^
5c65599e ^
00a475cf ^
d56f6dc3 ^
5c65599e ^
2490f5b4 ^
447d2358 ^































8685e78c ^
447d2358 ^


5c65599e ^
447d2358 ^
00a475cf ^


8685e78c ^
00a475cf ^

5c65599e ^
2490f5b4 ^
71577c1f ^
3e3786eb ^
71577c1f ^

447d2358 ^
71577c1f ^

bf347ab9 ^
447d2358 ^

5c65599e ^
447d2358 ^
00a475cf ^


5c65599e ^
2490f5b4 ^
447d2358 ^




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
83
84
85
86
87
88
89
90
91
92
93
94
95