Re: [PATCH 6 of 8] ui: do not use rawinput() when we have to replace sys.stdin/stdout

2018-03-09 Thread Yuya Nishihara
On Fri, 09 Mar 2018 23:52:16 -0500, Matt Harbison wrote: > On Fri, 09 Mar 2018 07:35:39 -0500, Yuya Nishihara wrote: > > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1520325533 21600 > > # Tue Mar 06 02:38:53 2018 -0600 > > # Node ID ad7ff97565b261d82952acc9f941e5dd99f11374 >

Re: [PATCH 6 of 8] ui: do not use rawinput() when we have to replace sys.stdin/stdout

2018-03-09 Thread Matt Harbison
On Fri, 09 Mar 2018 07:35:39 -0500, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1520325533 21600 # Tue Mar 06 02:38:53 2018 -0600 # Node ID ad7ff97565b261d82952acc9f941e5dd99f11374 # Parent 63a13b91e1ab4d9fa0a713935be58794b9cadab5 ui: do not use rawinput() whe

[PATCH 6 of 8] ui: do not use rawinput() when we have to replace sys.stdin/stdout

2018-03-09 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1520325533 21600 # Tue Mar 06 02:38:53 2018 -0600 # Node ID ad7ff97565b261d82952acc9f941e5dd99f11374 # Parent 63a13b91e1ab4d9fa0a713935be58794b9cadab5 ui: do not use rawinput() when we have to replace sys.stdin/stdout See the inline comment