Skip to content

Commit

Permalink
fix: screen refrsh only works every other resize
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn authored Jan 30, 2023
1 parent 2dcd31a commit 5201fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Xbuild4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
_diff
sed -i.bak -e "/recreate the subwindows with their (new) sizes/{n;d}" src/nano.c
_diff
sed -i.bak "/Ignore this keystroke/i\\\\t\\t\\tthe_window_resized = TRUE;" src/winio.c
sed -i.bak 's/the_window_resized/input == KEY_RESIZE/' src/winio.c
_diff
# Solve long delay after unicode
Expand Down

0 comments on commit 5201fb9

Please sign in to comment.