summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-08 18:17:11 +0100
committerhut <hut@lavabit.com>2010-03-08 19:06:38 +0100
commitb0be0b379601719ad84d88569d58f7d31f5b17fe (patch)
tree49a62493cfe83904f8afe8a47c7eb308740a8097
parent732b40127db11e691a4b3fff50d13e0188c9f778 (diff)
downloadranger-b0be0b379601719ad84d88569d58f7d31f5b17fe.tar.gz
ui: fixed title drawing code
-rw-r--r--ranger/gui/ui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py
index c818f7e7..69acda4b 100644
--- a/ranger/gui/ui.py
+++ b/ranger/gui/ui.py
@@ -200,8 +200,7 @@ class UI(DisplayableContainer):
 				cwd = self.fm.env.pwd.path
 			except:
 				cwd = ' - ranger'
-			sys.stdout.write("\033]2;" + hostname + \
-					self.fm.env.pwd.path + "\007")
+			sys.stdout.write("\033]2;" + hostname + cwd + "\007")
 		self.win.refresh()
 
 	def finalize(self):
Booth <boothj5@gmail.com> 2016-04-19 22:55:48 +0100 committer Dominik Heidler <dominik@heidler.eu> 2016-04-26 23:50:55 +0200 Fixed cygwin compile' href='/danisanti/profani-tty/commit/src/tools/http_upload.h?id=9d263d7c83bb04bcd4bdd2d7f384a6bbf36ce986'>9d263d7c ^
9b55f2de ^
a4cadf78 ^
0a57c4de ^
4ca6296f ^
1b0ce852 ^
4711fc62 ^



1b0ce852 ^

4711fc62 ^





1b0ce852 ^

e217ed0b ^




1b0ce852 ^

a2726b6a ^
1b0ce852 ^
39c32906 ^

1b0ce852 ^
a2726b6a ^

9be7d29f ^
1b0ce852 ^
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