Fix typos
This commit is contained in:
parent
d0e62b5d90
commit
313373b4a3
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ module Widgets
|
|||
@messenger = Widgets::Messenger.new(
|
||||
0,
|
||||
0,
|
||||
Curses.stdscr.maxx - @menu.width,
|
||||
Curses.stdscr.maxy,
|
||||
width - @menu.width,
|
||||
height,
|
||||
)
|
||||
|
||||
self.focus = @messenger
|
||||
|
|
Reference in a new issue