Skip to content

Commit

Permalink
Update tput clear to end of screen command
Browse files Browse the repository at this point in the history
  • Loading branch information
dom111 committed Aug 29, 2018
1 parent 2c35b1f commit efc8bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command-palette
Expand Up @@ -172,7 +172,7 @@ function _updateDisplayList {
# TODO: update less of the screen
# work out what needs to be updated, and only clear the screen and update
# everything if really necessary
tput cd;
tput ed;

dataToRender=(${filteredData[@]});
lineAdjuster=2;
Expand Down

0 comments on commit efc8bda

Please sign in to comment.