Readline.History
Description:
Content:
Structs:
Functions:
- public void @using ()
- public State get_state ()
- public void set_state (State state)
- public void add (string line)
- public void add_time (string ts)
- public Entry? remove (int which)
- public void* free_entry (Entry entry)
- public Entry? replace_entry (int which, string s, void* data)
- public void clear ()
- public void stifle (int max)
- public int unstifle ()
- public int is_stifled ()
- public weak Entry[] list ()
- public int where ()
- public Entry? current ()
- public Entry? @get (int offset)
- public time_t get_time (Entry entry)
- public int total_bytes ()
- public int set_pos (int pos)
- public Entry? previous ()
- public Entry? next ()
- public int search (string s, int direction)
- public int search_prefix (string prfx, int direction)
- public int search_pos (string str, int direction, int pos)
- public int read_range (string filename, int from, int to)
- public int read (string filename)
- public int write (string filename)
- public int append (int nelements, string filename)
- public int truncate_file (string filename, int nlines)
- public int expand (string s, out string[] a)
- public string arg_extract (int first, int last, string s)
- public string get_event (string str, out int cindex, int qchar)
- public string[] tokenize (string s)
Fields: