Skip to content

Commit

Permalink
fix JLine variable name value of COMPLETION_STYLE_LIST_BACKGROUND
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Dec 13, 2020
1 parent 6d87f7b commit eb86dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/src/main/java/org/jline/reader/LineReader.java
Expand Up @@ -323,7 +323,7 @@ public interface LineReader {
String COMPLETION_STYLE_LIST_STARTING = "COMPLETION_STYLE_LIST_STARTING";
/** Completion style for displaying the list */
String COMPLETION_STYLE_BACKGROUND = "COMPLETION_STYLE_BACKGROUND";
String COMPLETION_STYLE_LIST_BACKGROUND = "COMPLETION_STYLE_BACKGROUND";
String COMPLETION_STYLE_LIST_BACKGROUND = "COMPLETION_STYLE_LIST_BACKGROUND";
/**
* Set the template for prompts for secondary (continuation) lines.
* This is a prompt template as described in the class header.
Expand Down

0 comments on commit eb86dc7

Please sign in to comment.