Re: [PATCH v2] libmisc/shell: Work around tmux bug in row and column

2023-12-12 Thread Chris Johns
On 13/12/2023 5:58 pm, chr...@rtems.org wrote: > From: Chris Johns > > - Extend the timeout to 150 msec for long remote sessions > > - Improve the performance of the detection > > Closes #4975 > Closes #4977 > --- > cpukit/libmisc/shell/shell.c | 150 +-- > 1 fi

[PATCH v2] libmisc/shell: Work around tmux bug in row and column

2023-12-12 Thread chrisj
From: Chris Johns - Extend the timeout to 150 msec for long remote sessions - Improve the performance of the detection Closes #4975 Closes #4977 --- cpukit/libmisc/shell/shell.c | 150 +-- 1 file changed, 125 insertions(+), 25 deletions(-) diff --git a/cpukit/l