summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorGravatar NRK 2024-07-04 21:25:37 +0000
committerGravatar Hiltjo Posthuma 2024-07-14 11:42:55 +0200
commit51e32d49b56c86cd288c64fccf6cd765547781b9 (patch)
tree8773a578aaab8fe2882ac9651b19498e6ed61c2b /config.h
parentbump version to 5.3 (diff)
overhaul utf8decode()
this changes the utf8decode function to: * report when an error occurs * report how many bytes to advance on error these will be useful in the next commit to render invalid utf8 sequences. the new implementation is also shorter and more direct.
Diffstat (limited to 'config.h')
0 files changed, 0 insertions, 0 deletions
ff9c4c31e59de5dcda33b37e2287&follow=1'>added HOSTNAME envarGravatar BanceDev 1-0/+5 2024-09-11added OLDPWD environment var and cd - to go to OLDPWDGravatar BanceDev 1-1/+10 2024-09-11added date format specifier for promptGravatar BanceDev 1-5/+18 2024-09-11spelling error in readme demoGravatar BanceDev 1-0/+0 2024-09-11updated readme with visualsGravatar BanceDev 2-0/+4 2024-09-11fixed off-by-one error with prompt wrappingGravatar BanceDev 1-11/+89 2024-09-10added tab to accept inline autocompleteGravatar BanceDev 1-9/+85 2024-09-10basic current directory suggestionsGravatar BanceDev 1-9/+146 2024-09-10made it so that lua args properly reset between commandsGravatar BanceDev 1-0/+4 2024-09-10removed demo image to cleanupGravatar Lance Borden 2-4/+1 2024-09-10higher quality image for readmeGravatar BanceDev 1-0/+0 2024-09-10added better demo to readmeGravatar BanceDev 2-0/+10 2024-09-10added handling for when prompt gets longer than terminal widthGravatar BanceDev 1-0/+36 2024-09-10added support for multiline promptsGravatar BanceDev 1-4/+35 2024-09-10lua api functions for getting terminal width and heightGravatar BanceDev 4-0/+46 2024-09-09added coloring to help commandGravatar BanceDev 1-2/+2 2024-09-09add aliasing to init.luaGravatar BanceDev 9-14/+258 2024-09-09bugfix to inline backspace and delete on multiline bufferGravatar BanceDev 1-7/+23 2024-09-09fixed line wrapping when deleting inlineGravatar BanceDev 1-0/+8 2024-09-09updated gitignoreGravatar BanceDev 2-1/+2 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