summaryrefslogtreecommitdiff
path: root/jet.c
diff options
context:
space:
mode:
Diffstat (limited to 'jet.c')
-rw-r--r--jet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/jet.c b/jet.c
index 4a4f234..586b791 100644
--- a/jet.c
+++ b/jet.c
@@ -12,7 +12,6 @@ int main(int argc, char *argv[]) {
initscr();
cbreak();
noecho();
- nonl();
intrflush(stdscr, FALSE);
keypad(stdscr, TRUE);