We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d054b6 commit f2b0f31Copy full SHA for f2b0f31
lib/iex/lib/iex/config.ex
@@ -16,6 +16,7 @@ defmodule IEx.Config do
16
17
# Generate a continuation prompt based on IEx prompt.
18
# This is set as global configuration on app start.
19
+ @compile {:no_warn_undefined, :prim_tty}
20
def prompt(prompt) do
21
case Enum.split_while(prompt, &(&1 != ?()) do
22
# It is not the default Elixir shell, so we use the default prompt
0 commit comments