summary refs log tree commit diff stats
path: root/code/ui.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-11-22 23:56:47 +0100
committerhut <hut@lavabit.com>2009-11-22 23:56:47 +0100
commit2b3db775535290cbbaae570dc79ed3438afe4795 (patch)
treea385d5c5a5491c4a19b77c945030ea141926de76 /code/ui.py
parentec338c02cf3b31d2ed1438752c338bd6123f3044 (diff)
downloadranger-2b3db775535290cbbaae570dc79ed3438afe4795.tar.gz
the basic loop
Diffstat (limited to 'code/ui.py')
-rw-r--r--code/ui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/ui.py b/code/ui.py
new file mode 100644
index 00000000..0e48a68a
--- /dev/null
+++ b/code/ui.py
@@ -0,0 +1,4 @@
+class UI():
+	def draw(self):
+		import time
+		time.sleep(0.1)
simplified Makefile' href='/acidbong/suckless/dwm/commit/Makefile?h=5.6.1&id=789717d109016279bd541efe5b72899fbcf68335'>789717d ^
650a1fb ^
dbf7e03 ^



1076f2b



42277b1 ^
5d3fd37 ^
a2d56f6 ^
99b126d ^

1076f2b
650a1fb ^
3d48f33 ^

82064af ^
1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
d9386a0 ^
4d55eee ^
dbf7e03 ^

4d55eee ^



dc5c070 ^

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