mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readline: give the possibility to ignore the empty line in the history (#13452)
This commit is contained in:
@@ -28,6 +28,7 @@ mut:
|
||||
prompt string
|
||||
prompt_offset int
|
||||
previous_lines [][]rune
|
||||
skip_empty bool // skip the empty lines when calling .history_previous()
|
||||
search_index int
|
||||
is_tty bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user