about summary refs log tree commit diff stats
path: root/geom.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-12 17:14:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-12 17:14:14 -0700
commit2b1889353bcf70951ca180f9032ef7e6f35a67ab (patch)
tree16d2f7b115d2e81dcf30b74b2d228028a981e7d9 /geom.lua
parent5107df3cd012fb108c600550a2dc1d63d08a508f (diff)
downloadtext.love-2b1889353bcf70951ca180f9032ef7e6f35a67ab.tar.gz
add state arg to a few functions
  - Text.pos_at_start_of_cursor_screen_line
  - Text.cursor_past_screen_bottom
Diffstat (limited to 'geom.lua')
0 files changed, 0 insertions, 0 deletions
='author James Booth <boothj5@gmail.com> 2012-11-25 21:40:49 +0000 committer James Booth <boothj5@gmail.com> 2012-11-25 21:40:49 +0000 Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOME' href='/danisanti/profani-tty/commit/src/xdg_base.c?id=4b73f3d7f92e3af6e7ebf3a9551477820024d9d3'>4b73f3d7 ^
0e178ab4 ^

4b73f3d7 ^







58655a90 ^
4b73f3d7 ^


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