mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
Fix lag when using cursor keys in an interactive 'fig run'
This commit is contained in:
parent
4646ac85b0
commit
40d04a076c
@ -91,9 +91,6 @@ class SocketClient:
|
|||||||
|
|
||||||
def send(self, socket, stream):
|
def send(self, socket, stream):
|
||||||
while True:
|
while True:
|
||||||
r, w, e = select([stream.fileno()], [], [])
|
|
||||||
|
|
||||||
if r:
|
|
||||||
chunk = stream.read(1)
|
chunk = stream.read(1)
|
||||||
|
|
||||||
if chunk == '':
|
if chunk == '':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user