var searchIndex = {}; searchIndex["ansi_term"] = {"doc":"This is a library for controlling colours and formatting, such as\nred bold text or blue underlined text, on ANSI terminals.","items":[[3,"ANSIString","ansi_term","An ANSI String is a string coupled with the Style to display it\nin a terminal.",null,null],[3,"ANSIStrings","","A set of `ANSIString`s collected together, in order to be written with a\nminimum of control characters.",null,null],[12,"0","","",0,null],[4,"Colour","","A colour is one specific type of ANSI escape code, and can refer\nto either the foreground or background colour.",null,null],[13,"Black","","",1,null],[13,"Red","","",1,null],[13,"Green","","",1,null],[13,"Yellow","","",1,null],[13,"Blue","","",1,null],[13,"Purple","","",1,null],[13,"Cyan","","",1,null],[13,"White","","",1,null],[13,"Fixed","","",1,null],[4,"Style","","A style is a collection of properties that can format a string\nusing ANSI escape codes.",null,null],[13,"Plain","","The Plain style provides no formatting.",2,null],[13,"Foreground","","The Foreground style provides just a foreground colour.",2,null],[13,"Styled","","The Styled style is a catch-all for anything more complicated\nthan that. It's technically possible for there to be other\ncases, such as "bold foreground", but probably isn't worth it.",2,null],[12,"foreground","ansi_term::Style","",2,null],[12,"background","","",2,null],[12,"bold","","",2,null],[12,"underline","","",2,null],[11,"clone","ansi_term","",3,null],[11,"new","","Creates a new ANSI String with the given contents and style.",3,{"inputs":[{"name":"str"},{"name":"style"}],"output":{"name":"ansistring"}}],[11,"fmt","","",3,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"normal","","Return a Style with the foreground colour set to this colour.",1,null],[11,"paint","","Paints the given text with this colour, returning an ANSI string.\nThis is a short-cut so you don't have to use Blue.normal() just\nto get blue text.",1,null],[11,"underline","","Returns a Style with the underline property set.",1,null],[11,"bold","","Returns a Style with the bold property set.",1,null],[11,"on","","Returns a Style with the background colour property set.",1,null],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"paint","","Paints the given text with this colour, returning an ANSI string.",2,null],[11,"bold","","Returns a Style with the bold property set.",2,null],[11,"underline","","Returns a Style with the underline property set.",2,null],[11,"on","","Returns a Style with the background colour property set.",2,null],[11,"default","","",2,{"inputs":[],"output":{"name":"style"}}],[11,"fmt","","",0,null]],"paths":[[3,"ANSIStrings"],[4,"Colour"],[4,"Style"],[3,"ANSIString"]]}; initSearch(searchIndex);