aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
Commit message (Expand)AuthorAge
* Include fallback.h in output.h to avoid a compile errorGravatar ridiculousfish2014-12-23
* Make set_color take multiple colors, and choose the best supported oneGravatar ridiculousfish2014-11-09
* Remove a bunch of dead code identified by cppcheckGravatar ridiculousfish2014-10-31
* Further support for term24bit. Teach output.cpp what to do with it.Gravatar ridiculousfish2014-09-19
* Initial work to support for term-24bit ("true color")Gravatar ridiculousfish2014-09-19
* Use parm_left_cursor and parm_right_cursor for bulk cursor motions.Gravatar ridiculousfish2014-05-09
* First stab at builtin set_color. Moved set_color.cpp to builtin_set_color.cpp...Gravatar ridiculousfish2013-02-14
* Eliminate str2wcsGravatar ridiculousfish2012-12-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Bring back ellipsisGravatar ridiculousfish2012-11-05
* Remove ellipsis and newlines from long linesGravatar Siteshwar Vashisht2012-09-18
* Added term256 support to set_color toolGravatar ridiculousfish2012-03-13
* Begin to rework term256 supportGravatar ridiculousfish2012-03-05
* Cleanup reader.cpp's usage of string_buffer, remove some other unused data st...Gravatar ridiculousfish2012-03-03
* Support for setting both RGB and named colors on the same line, so the same c...Gravatar ridiculousfish2012-02-13
* Added color.h, color.cpp. Got term256 colors working.Gravatar ridiculousfish2012-02-12
* Color workGravatar ridiculousfish2012-02-11
* Cleanup of wildcard.cpp, removing ad-hoc hash table and hallocGravatar ridiculousfish2012-02-09
* Added autosuggestion color variable fish_color_autosuggestionGravatar ridiculousfish2012-02-06
* Modified input.cpp, output.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Add better debbuging information when writembs is called with null value.Gravatar liljencrantz2007-09-10
* Minor edits - add a few input checks, remove a few commented pieces of debug ...Gravatar axel2007-01-16
* First cleanup of multiline patch - add support for commands longer than one l...Gravatar axel2006-10-02
* First stab at multiline editingGravatar axel2006-10-02
* Minor comment and documentation editsGravatar axel2006-10-02
* Large number of sourcecode comment edits, and some minor code polishGravatar axel2006-06-20
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Add support for bold highligtingGravatar axel2006-05-27
* Add support for highligting qutes in a special color - defaults to blueGravatar axel2006-05-27
* Add Parenthesis and braces to list of highlighted operators, and do minor cod...Gravatar axel2006-05-27
* Add support for highlighting operators and escaped sequencesGravatar axel2006-05-27
* API documentation, code style cleanup, etc.Gravatar axel2006-02-20
* Finish support for plugging in a new output function for output.cGravatar axel2006-02-17
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Initial imlementation of uname shellscript functionGravatar axel2005-10-17
* Optimize interactive input reader by allowing multiple input characters betwe...Gravatar axel2005-10-14
* Add header guards to the header files.Gravatar James Vega2005-10-05
* Initial revisionGravatar axel2005-09-20