Skip to content

Commit

Permalink
canvas: update prompt trace on "char_width_mode" change
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Mar 7, 2022
1 parent 29728b1 commit 00f9ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit.sh
Expand Up @@ -633,7 +633,7 @@ function ble-edit/prompt/.instantiate {
builtin eval "expanded=\"$escaped\""

# 3. 端末への出力を構成する
trace_hash=$COLUMNS:$expanded
trace_hash=$opts:$LINES,$COLUMNS:$bleopt_char_width_mode:$expanded
if [[ $trace_hash != "$trace_hash0" ]]; then
x=0 y=0 g=0 lc=32 lg=0
ble/canvas/trace "$expanded" "$opts:left-char"; local traced=$ret
Expand Down

0 comments on commit 00f9ce8

Please sign in to comment.