[PATCH] fixes 4557

2023-02-13 Thread Zack leung
From: zack Closes #4557 --- cpukit/libmisc/shell/main_edit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpukit/libmisc/shell/main_edit.c b/cpukit/libmisc/shell/main_edit.c index 6e954639e2..8317452b7b 100644 --- a/cpukit/libmisc/shell/main_edit.c +++ b/cpukit/libmisc/s

Re: [patch] fixes 4557

2023-02-09 Thread Chris Johns
Hi Zack, This is close but there are a couple of issues in the commit message we need fixed. They are the subject line the closing the ticket automatically. Please run `git commit --amend` to edit the commit message. Please change commit text to the contents between the dashes: libmisc

[patch] fixes 4557

2023-02-09 Thread zack leung
fixes 4557 user can't cut using ctrl e and x in medit --- cpukit/libmisc/shell/main_edit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpukit/libmisc/shell/main_edit.c b/cpukit/libmisc/shell/main_edit.c index 6e954639e2..8317452b7b 100644 --- a/cpukit/libmisc/shell/main_e