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
Rename from CSView to CSVI because not a few products that have the same name exist in the same category.
New features
Previously, users must have waited until all the lines were read, but now users can operate when the first 100 lines are read. The rest lines are read while waiting for key input.
Show (CURRENT-COLUMN-POSITION,CURRENT-ROW-POSITION/ALL-READ-ROWS-NUMBER) on the status line.
Fixed bugs
Fix: o after >: the last line was joined with the previous line in the saved file.
Prevent the displayed position from being incorrect even when it contains the character whose width is difficult to judge
Fix: the problem abortion at starting on Windows 8.1
Internal changes
Improve memory efficiency by holding row data with "container/list" now, those were held with slice.
Enable to build without env GOEXPERIMENT=rangefunc