mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-15 12:20:13 +01:00
(minor) Fix a comment (#386)
This commit is contained in:
parent
e28ac3990e
commit
eb03b8ddfe
1 changed files with 1 additions and 1 deletions
|
@ -27,8 +27,8 @@ class Textui(kit: Kit) extends Logging {
|
|||
import com.googlecode.lanterna.gui2._
|
||||
import com.googlecode.lanterna.screen.TerminalScreen
|
||||
import com.googlecode.lanterna.terminal.DefaultTerminalFactory
|
||||
// Setup terminal and screen layers// Setup terminal and screen layers
|
||||
|
||||
// Setup terminal and screen layers
|
||||
val terminal = new DefaultTerminalFactory().createTerminal
|
||||
val screen = new TerminalScreen(terminal)
|
||||
screen.startScreen()
|
||||
|
|
Loading…
Add table
Reference in a new issue