1
0
Fork 0
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:
Benoît Verret 2018-01-21 05:47:48 -05:00 committed by Pierre-Marie Padiou
parent e28ac3990e
commit eb03b8ddfe

View file

@ -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()