summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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):
>6bad38c2 ^
cc4c7f3e ^














f9737251 ^











cc4c7f3e ^

740e5b42 ^
1730372e ^
b11b8824 ^
cc4c7f3e ^
c72d7ad6 ^
cc4c7f3e ^
30dbbad5 ^

279737ba ^
c72d7ad6 ^
cc4c7f3e ^
c72d7ad6 ^
cc4c7f3e ^

279737ba ^
c72d7ad6 ^
cc4c7f3e ^
c72d7ad6 ^
cc4c7f3e ^

279737ba ^
c72d7ad6 ^
cc4c7f3e ^
1730372e ^
30dbbad5 ^
6bad38c2 ^
c72d7ad6 ^
cc4c7f3e ^

279737ba ^
c72d7ad6 ^
8f486859 ^
1730372e ^
30dbbad5 ^
1730372e ^
c72d7ad6 ^
8f486859 ^
cc4c7f3e ^
279737ba ^

30dbbad5 ^






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
78
79
80
81