Skip to content

Commit

Permalink
Export edlin:default_multiline_prompt/1
Browse files Browse the repository at this point in the history
inverted_space_prompt/1 was added as a
convenient user configuration. This pull request
also exports the default prompt, in case one
wants to fallback to the default prompt based
on a heuristic.
  • Loading branch information
josevalim authored Sep 23, 2023
1 parent 60ea3de commit de39f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/src/edlin.erl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-export([current_line/1, current_chars/1]).

-export([edit_line1/2]).
-export([inverted_space_prompt/1]).
-export([default_multiline_prompt/1, inverted_space_prompt/1]).
-export([keymap/0]).
-import(lists, [reverse/1, reverse/2]).

Expand Down

0 comments on commit de39f8b

Please sign in to comment.