mirror of
https://github.com/tw93/Mole.git
synced 2026-02-08 17:19:19 +00:00
Grammar check and optimization
This commit is contained in:
@@ -109,6 +109,7 @@ paginated_multi_select() {
|
||||
}
|
||||
|
||||
# Interrupt handler
|
||||
# shellcheck disable=SC2329
|
||||
handle_interrupt() {
|
||||
cleanup
|
||||
exit 130 # Standard exit code for Ctrl+C
|
||||
@@ -129,6 +130,7 @@ paginated_multi_select() {
|
||||
hide_cursor
|
||||
|
||||
# Helper functions
|
||||
# shellcheck disable=SC2329
|
||||
print_line() { printf "\r\033[2K%s\n" "$1" >&2; }
|
||||
|
||||
render_item() {
|
||||
|
||||
Reference in New Issue
Block a user