Skip to content

Commit

Permalink
add interactive login
Browse files Browse the repository at this point in the history
  • Loading branch information
goindow committed Feb 16, 2022
1 parent 5b188a8 commit 933559d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mshell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ function react() {
scroll=$(($index - $terminal_rows + 2))
test $scroll -gt 0 && {
start_index=$(($scroll + 2))
end_index=$(($index + 1))
end_index=$line
}
}
sed -ne $line's/^/\'$'\033[7m&/;'$line's/$/&\'$'\033[27m/;'"${start_index},${end_index}p" $session_cache_file
Expand Down

0 comments on commit 933559d

Please sign in to comment.