var searchIndex = {}; searchIndex["copperline"] = {"doc":"# A low-level terminal line editing library","items":[[3,"Copperline","copperline","",null,null],[4,"Error","","",null,null],[13,"ErrNo","","",0,null],[13,"InvalidUTF8","","",0,null],[13,"EndOfFile","","",0,null],[13,"UnsupportedTerm","","",0,null],[11,"fmt","","",0,null],[11,"fmt","","",0,null],[11,"description","","",0,null],[11,"from","","",0,{"inputs":[{"name":"error"}],"output":{"name":"error"}}],[11,"new","","Constructs a new Copperline from stdin to stdout.",1,{"inputs":[],"output":{"name":"copperline"}}],[11,"new_from_io","","Constructs a new Copperline from the specified resources.",1,{"inputs":[{"name":"i"},{"name":"o"}],"output":{"name":"copperline"}}],[11,"new_from_raw_fds","","Constructs a new Copperline from the specified file descriptors.",1,{"inputs":[{"name":"rawfd"},{"name":"rawfd"}],"output":{"name":"copperline"}}],[11,"read_line","","Reads a line from the input using the specified prompt.",1,null],[11,"get_current_history_length","","Returns the current length of the history.",1,null],[11,"add_history","","Adds a line to the history.",1,null],[11,"get_history_item","","Retrieves a line from the history by index.",1,null],[11,"remove_history_item","","Removes an item from the history by index and returns it.",1,null],[11,"clear_history","","Clears the current history.",1,null],[11,"clear_screen","","Clears the screen.",1,null]],"paths":[[4,"Error"],[3,"Copperline"]]}; initSearch(searchIndex);