pymud 0.21.5.post1__py3-none-any.whl → 0.21.5.post2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pymud/session.py +4 -2
- {pymud-0.21.5.post1.dist-info → pymud-0.21.5.post2.dist-info}/METADATA +1 -1
- {pymud-0.21.5.post1.dist-info → pymud-0.21.5.post2.dist-info}/RECORD +7 -7
- {pymud-0.21.5.post1.dist-info → pymud-0.21.5.post2.dist-info}/WHEEL +0 -0
- {pymud-0.21.5.post1.dist-info → pymud-0.21.5.post2.dist-info}/entry_points.txt +0 -0
- {pymud-0.21.5.post1.dist-info → pymud-0.21.5.post2.dist-info}/licenses/LICENSE.txt +0 -0
- {pymud-0.21.5.post1.dist-info → pymud-0.21.5.post2.dist-info}/top_level.txt +0 -0
pymud/session.py
CHANGED
@@ -814,8 +814,10 @@ class Session:
|
|
814
814
|
else:
|
815
815
|
self.log.log(f"\x1b[32m{line}\x1b[0m\n")
|
816
816
|
|
817
|
-
#
|
818
|
-
|
817
|
+
# 当输入空行命令后,本地强制新行
|
818
|
+
if len(line) == 0:
|
819
|
+
self.buffer.forceNewline()
|
820
|
+
|
819
821
|
self.record_command(line)
|
820
822
|
cmd = line + self.newline
|
821
823
|
self.write(cmd.encode(self.encoding, Settings.server["encoding_errors"]))
|
@@ -11,13 +11,13 @@ pymud/objects.py,sha256=NlKAQnV6v9lSkz94zmgb513HPxskY8-tXnOdrYhuktc,38629
|
|
11
11
|
pymud/pkuxkx.py,sha256=qDVry-Vd6MNui0NKWZFT52IpmP1sKS5Dz74EDY4tVGQ,14740
|
12
12
|
pymud/protocol.py,sha256=noptJs6K0L9qM8VZIeP65H4k9FPLGJqxvm3qY2iAwvI,48315
|
13
13
|
pymud/pymud.py,sha256=9BxK51tzvaOGpSqawlGI57TOtWbaccSlK9mNNHdvyGI,53486
|
14
|
-
pymud/session.py,sha256=
|
14
|
+
pymud/session.py,sha256=fpnomPbkG5v2yhpUgGElo8mbtLN5rEcpeqmqf1H-pcU,154826
|
15
15
|
pymud/settings.py,sha256=tWNRQAA-QnDUcXk-Vr3B9Bfi-JpSlroHC1UJ_PY2p8A,7697
|
16
16
|
pymud/lang/i18n_chs.py,sha256=2cyaHHLwpYEBBwuQXyRTxa1opX53fTv1f8_QDQeGlC0,16836
|
17
17
|
pymud/lang/i18n_eng.py,sha256=jcPz6Y5UuxJBQLY_e8UnEF3GYTlnAD44C14Oj7sK-QI,45935
|
18
|
-
pymud-0.21.5.
|
19
|
-
pymud-0.21.5.
|
20
|
-
pymud-0.21.5.
|
21
|
-
pymud-0.21.5.
|
22
|
-
pymud-0.21.5.
|
23
|
-
pymud-0.21.5.
|
18
|
+
pymud-0.21.5.post2.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
19
|
+
pymud-0.21.5.post2.dist-info/METADATA,sha256=VgkMx-OO3Jw_WqWmoSc3lItk8ZVjVlP-ijskPSdsqwQ,47057
|
20
|
+
pymud-0.21.5.post2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
21
|
+
pymud-0.21.5.post2.dist-info/entry_points.txt,sha256=diPUOtTkhgC1hVny7Cdg4aRhaHSynMQoraE7ZhJxUcw,37
|
22
|
+
pymud-0.21.5.post2.dist-info/top_level.txt,sha256=8Gp1eXjxixXjqhhti6tLCspV_8s9sNV3z5Em2_KRhD4,6
|
23
|
+
pymud-0.21.5.post2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|