File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -788,10 +788,10 @@ the following methods and attributes:
788
788
789
789
Set the attributes of *num * characters at the current cursor position, or at
790
790
position ``(y, x) `` if supplied. If *num * is not given or is ``-1 ``,
791
- the attribute will be set on all the characters to the end of the line. This
792
- function does not move the cursor . The changed line will be touched using the
793
- :meth: `touchline ` method so that the contents will be redisplayed by the next
794
- window refresh.
791
+ the attribute will be set on all the characters to the end of the line. This
792
+ function moves cursor to position `` (y, x) `` if supplied . The changed line
793
+ will be touched using the :meth: `touchline ` method so that the contents will
794
+ be redisplayed by the next window refresh.
795
795
796
796
797
797
.. method :: window.clear()
You can’t perform that action at this time.
0 commit comments