Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ historyDown
Method
historyDown
src/bsh/util/AWTConsole.java:240–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
238
}
239
}
240
private
void
historyDown() {
241
if
( histLine == 0 )
242
return
;
243
244
histLine--;
245
showHistoryLine();
246
}
247
248
private
void
showHistoryLine() {
249
String showline;
Callers
1
type
Method · 0.95
Calls
1
showHistoryLine
Method · 0.95
Tested by
no test coverage detected