rendezqueue / rendezllama

CLI for llama.cpp with various commands to guide, edit, and regenerate tokens on the fly.
ISC License
10 stars 1 forks source link

qual(chat command): Current line should change after deleting it #8

Closed grencez closed 1 year ago

grencez commented 1 year ago

Deleting a line should change the current line by also removing the preceding newline character.

I chose the current behavior (to leave a blank line after deletion) on purpose, but I think it was just out of laziness...