ator' content='cgit v1.2.3-59-g8ed1b'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.c (unfollow)
'>-1/+1
Commit message (Collapse)AuthorFilesLines
2024-09-09fixed wrapping bug due to not using updated prompt_lengthGravatar BanceDev 1-3/+6
2024-09-09added stripping of escape sequences from prompt size to allow for coloringGravatar BanceDev 1-5/+26
2024-09-09added support for init.lua for configuring shellGravatar BanceDev 8-38/+180
2024-09-09docs: update pathGravatar Christopher Lane 1-1/+1
Updated the path to the example script and fixed a typo in the readme
2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33
fixed bug where terminal closed upon encountering Lua error
2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35
2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28
2024-09-07added --version flagGravatar BanceDev 1-1/+9
2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1
2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11
2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5
2024-09-06Update README.mdGravatar Lance Borden 1-1/+1
2024-09-06better readmeGravatar BanceDev 2-2/+14
2011-07-22fix loadfontGravatar Connor Lane Smith 1-12/+13
2011-07-19Added tag 4.4 for changeset 2b105eaae831Gravatar Connor Lane Smith 1-0/+1
2011-07-19add lsx.1 to distGravatar Connor Lane Smith 1-1/+1
2011-07-17tweaksGravatar Connor Lane Smith 2-2/+2
2011-07-14efficiency tweaksGravatar Connor Lane Smith 2-60/+44
2011-07-14fix extra warningGravatar Connor Lane Smith 1-1/+1
2011-07-06simpler vlineGravatar Connor Lane Smith 1-4/+2
2011-07-04rebind ^N ^PGravatar Connor Lane Smith 2-3/+3
2011-06-25include limits.hGravatar Connor Lane Smith 1-0/+1
2011-06-23make clean lsxGravatar Connor Lane Smith 1-1/+1
2011-06-23lsx: check snprintfGravatar Connor Lane Smith 1-4/+3
2011-06-18update draw.cGravatar Connor Lane Smith 2-14/+14
2011-06-18simpler lsxGravatar Connor Lane Smith 3-11/+6
2011-06-13new dmenu_runGravatar Connor Lane Smith 5-26/+15