Closed
Description
Release 0.4.5, when run on Ubuntu 20 04, messes up the terminal. After running delta
, I see the diff output; however, any subsequent typing within the terminal is not echo'd back.
salman@byteevo-scm:~/Scratch$ ls update-pcs*
update-pcs update-pcs-new
salman@byteevo-scm:~/Scratch$ ./delta -s update-pcs update-pcs-new
comparing: update-pcs ⟶ update-pcs-new
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
│ 1 │#!/bin/sh │ 1 │#!/bin/sh
│ 2 │for i in $(seq 3); do │ 2 │for i in $(seq 4); do
│8m 3 │ rsync -av -e "ssh -i $HOME/.ssh/id_rsa" $HOME/.local→│ 3 │ rsync -av -e "ssh -i $HOME/.ssh/id_rsa" $HOME/.local→
│ 4 │ rsync -av -e "ssh -i $HOME/.ssh/id_rsa" $HOME/.local→│ 4 │ rsync -av -e "ssh -i $HOME/.ssh/id_rsa" $HOME/.local→
│ 5 │done │ 5 │done
salman@byteevo-scm:~/Scratch$
Command 'lll' not found, did you mean:
command 'dll' from deb brickos (0.9.0.dfsg-12.2)
command 'lld' from deb lld (1:10.0-50~exp1)
command 'lli' from deb llvm-runtime (1:10.0-50~exp1)
command 'llt' from deb storebackup (3.2.1-1+deb8u1build0.20.04.1)
command 'llc' from deb llvm (1:10.0-50~exp1)
Try: sudo apt install <deb name>
salman@byteevo-scm:~/Scratch$ delta 0.4.5
salman@byteevo-scm:~/Scratch$
As you can see, I intentionally typed a non-existant command lll
, which is not echo'd back. Then I typed ./delta --version
, which is also not echo'd back. The result of the command is, however, seen in the output above.
Metadata
Metadata
Assignees
Labels
No labels