MCPcopy Create free account
hub / github.com/beanshell/beanshell / historyDown

Method historyDown

src/bsh/util/JConsole.java:428–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426 }
427
428 private void historyDown() {
429 if ( histLine == 0 )
430 return;
431
432 histLine--;
433 showHistoryLine();
434 }
435
436 private void showHistoryLine() {
437 String showline;

Callers 1

typeMethod · 0.95

Calls 1

showHistoryLineMethod · 0.95

Tested by

no test coverage detected