about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.lua b/main.lua
index 6873352..709e535 100644
--- a/main.lua
+++ b/main.lua
@@ -48,7 +48,7 @@ function App.initialize(arg)
     load_from_disk(Editor_state)
     Text.redraw_all(Editor_state)
   end
-  love.window.setTitle('lines.love - '..Editor_state.filename)
+  love.window.setTitle('text.love - '..Editor_state.filename)
 
   if #arg > 1 then
     print('ignoring commandline args after '..arg[1])
@@ -124,7 +124,7 @@ function App.filedropped(file)
   file:open('r')
   Editor_state.lines = load_from_file(file)
   file:close()
-  love.window.setTitle('lines.love - '..Editor_state.filename)
+  love.window.setTitle('text.love - '..Editor_state.filename)
 end
 
 function App.draw()
ng/suckless/dwm/commit/util.c?h=5.4.1&id=39677ec76616fe4165ef92afb14db2bef2488e30'>39677ec ^
bf35794 ^
adaa28a ^
39677ec ^








39677ec ^
adaa28a ^








c47da14 ^
439e15d ^
c47da14 ^
586f663 ^
439e15d ^




16c67f3 ^
586f663 ^
650a1fb ^
439e15d ^





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