Changeset 4833
- Timestamp:
- Dec 28, 2021, 11:11:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/stdprocs.e ¶
r4775 r4833 1218 1218 if fScrolledBot then 1219 1219 bottom -- scroll to the bottom and set cursor on the last line 1220 .lineg = Min( svline, .last) -- set .line without scrolling 1220 .cursory = svcy -- set .cursory 1221 .line = Min( svline, .last) -- set .line 1221 1222 1222 1223 -- Correct .cursoryg, compared to the current pos. if positive
Note:
See TracChangeset
for help on using the changeset viewer.