From 674042d4c75fcc11785e4c6cb1e317fe18d254b2 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 19 Jan 2023 22:14:08 -0800 Subject: no, turn vsync back on I notice my laptop's fan starts coming on when running many of my apps. An empty app takes 10% CPU where it used to take just 1-2%. --- main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/main.lua b/main.lua index 260f1b0..31b7f5b 100644 --- a/main.lua +++ b/main.lua @@ -87,7 +87,6 @@ function App.initialize_globals() end function App.initialize(arg) - love.window.setVSync(0) -- simplify profiling; we're not a game love.keyboard.setTextInput(true) -- bring up keyboard on touch screen love.keyboard.setKeyRepeat(true) -- cgit 1.4.1-2-gfad0 3af7ba1f630f3'/> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/unittests/test_roster_list.h
blob: 81983d461d8ce99521471942ae459fa82aad28ff (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