mirror of
https://github.com/vbatts/bvi.git
synced 2025-08-02 15:40:28 +00:00
git ls-files | xargs sed -i 's/[ \t]*$//'
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
5ab3ef5609
commit
92a88a4b4b
18 changed files with 64 additions and 64 deletions
|
@ -116,7 +116,7 @@ initterm()
|
|||
|
||||
no_intty = tcgetattr(fileno(stdin), &ostate);
|
||||
tcgetattr(fileno(stderr), &ostate);
|
||||
|
||||
|
||||
nstate = ostate;
|
||||
if (!no_tty) {
|
||||
ostate.c_lflag &= ~(ICANON|ECHO);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue