1
0
mirror of https://gitlab.com/ceda_ei/wish synced 2025-05-12 01:26:53 +02:00
wish/plugins/newline.sh

17 lines
225 B
Bash

function wish_newline_start() {
return 0
}
function wish_newline_end() {
return 1
}
function wish_newline_set_colors() {
WISH_NEWLINE_BG=-1
WISH_NEWLINE_FG=-1
}
function wish_newline_main() {
wish_append -1 -1 "\n"
}