Skip to content
Snippets Groups Projects
Commit 154e28aa authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Fixed the cursor so it remains in the input window.

parent 216a45bc
No related branches found
No related tags found
No related merge requests found
......@@ -276,8 +276,9 @@ CONF
def update
@windows.each do |channel, window|
window.update
window.update unless channel == :input
end
@windows[:input].update #make sure input always takes the cursor
Ncurses.doupdate()
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment