Vendored Dependencies

Also removed some commented out code
This commit is contained in:
2017-08-30 08:55:08 -05:00
parent ca8240e06d
commit 97cc915452
284 changed files with 145597 additions and 2 deletions
+2 -2
View File
@@ -125,10 +125,10 @@ func (screen *BrowserScreen) handleBrowseKeyEvent(event termbox.Event) int {
} else if event.Ch == 'k' || event.Key == termbox.KeyArrowUp {
screen.moveCursorUp()
} else if event.Ch == 'J' { //|| event.Key == termbox.KeyArrowDown {
} else if event.Ch == 'J' {
screen.moveRightPaneDown()
} else if event.Ch == 'K' { //|| event.Key == termbox.KeyArrowUp {
} else if event.Ch == 'K' {
screen.moveRightPaneUp()
} else if event.Ch == 'p' {