Skip to content

Commit

Permalink
Dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki committed Mar 11, 2024
1 parent 40a4f49 commit 3e0c707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class DefaultInput(

if (char in ' '..'~') {
inputBuffer.insert(cursorPosition - inputX, char)
mvaddch(inputY, cursorPosition, key.toUInt())
//mvaddch(inputY, cursorPosition, key.toUInt())

cursorPosition++
}
Expand Down

0 comments on commit 3e0c707

Please sign in to comment.