Skip to content
Snippets Groups Projects
Commit 22caa75f authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Disable old repl example which caused warnings

parent 76cbc27c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
open Curses
open Readline
(*
let main1 () =
let (Some message) = Readline.readline() in
let main_window = initscr () in
......@@ -11,7 +12,7 @@ let main1 () =
refresh();
Unix.sleep 3;
endwin()
*)
let main2 () =
let redraw() =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment