Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Sep 27, 2023
1 parent 73c54f7 commit c1f92c0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions frobulator
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ marker_fwd='[ ▷ ]'
marker_rev='[ ◁ ]'
marker_stp='[ □ ]'

marker_cpt='[ ¤ ]'

marker_add='[ + ]'
marker_rem='[ - ]'

Expand Down Expand Up @@ -917,6 +919,8 @@ frobulator.teal () {
# top [ △ ]
# bot [ ▽ ]

# cpt='[ ¤ ]'

# fwd [ ▷ ]
# rev [ ◁ ]
# stp [ □ ]
Expand Down Expand Up @@ -1146,6 +1150,19 @@ frobulator.ins () {
color_entry=("${teal}")
}

# complete line marker ///////////////////////////////////////////////////////////

frobulator.cpt () {

frobulator.pmt "${@}"

prompt="${prompt_string[@]}"

echo -e "${magenta}${marker_cpt}${marker_spc}${prompt}${reset}"

color_entry=("${magenta}")
}

# user input prompts ///////////////////////////////////////////////////////////

# use for questions, input, user input dependant inquiries
Expand Down

0 comments on commit c1f92c0

Please sign in to comment.