Skip to content

Commit

Permalink
CIO-89 Squeaky Clean Scrolling (#118)
Browse files Browse the repository at this point in the history
* CIO-89 Update package lock

* CIO-89 Update list table height to allow the status bar to show

* CIO-89 Rebuild
  • Loading branch information
jwu910 authored May 22, 2018
1 parent c43c61a commit 7169221
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const { THEME_COLOR } = require(path.resolve(__dirname, 'theme.json'));
function branchTable() {
const branchTable = blessed.listtable({
align: 'left',
height: '100%',
left: 0,
keys: true,
noCellBorders: true,
Expand All @@ -34,6 +33,7 @@ function branchTable() {
},
tags: true,
top: 0,
bottom: 1,
vi: false,
width: 'shrink'
});
Expand Down
Loading

0 comments on commit 7169221

Please sign in to comment.