Adds the data String to the history no matter what it contains

Property definitions

readline :: readline $ Sys :: add_history
# Adds the data String to the history no matter what it contains
fun add_history(data: String) do native_add_history data.to_cstring
lib/readline/readline.nit:59,1--60,67