brrond / sscpfe

Super Simple Command Prompt File Editor (sscpfe). File editing utility like nano, but exclusively for Windows. Written in C#.
BSD 3-Clause Clear License
2 stars 0 forks source link

sscpfe doesn't scroll file to the end #1

Closed brrond closed 1 year ago

brrond commented 2 years ago

When starting sscpfe with file

sscpfe file_name.txt

and file_name.txt is larger then screen area of console it's impossible to scroll to the bottom of the document. When cursor scrolled up it's impossible to scroll down after this screen.

brrond commented 1 year ago

Ok, but this fix doesn't work if user calls this application outside of IDE :(