pablo-lamtenzan / miniShell

Implementing (most of) Bash from scracth, supports term-caps, expansion, job control and conditionals.
0 stars 0 forks source link

Termcap Deletion #31

Closed ClemaX closed 3 years ago

ClemaX commented 3 years ago

Termcap deletion `DC' misbehaves on iTerm2: Characters remain on the screen

ClemaX commented 3 years ago

Fixed by checking the deleted length, and using DC only when length > 1.