You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,5 +118,6 @@ c) expandtabs() and packtabs() with a second argument for tabsize (not for pye,
118
118
119
119
**1.11** Minor fixes
120
120
- Change the way a marked area is highlighted from reverse to a different background color. That works well for black chars on yellow background (code 43). For white chars on black background, the setting for background color in the function hilite() has to be changed, e.g. to blue (code 44).
121
-
- Save to a temporary file first, and rename it to the target name when successfully written.
122
-
121
+
- Save file to a temporary file first, and rename it to the target name when successfully written.
122
+
- Lazy screen update: defer screen update, until all chars from the keyboard are processed.
123
+
- Use os.unlink() instead of os.remove(), because remove is not suported by unix micropython
0 commit comments