A UTF-8 text viewer for fx-CG 50.
Go to file
Lephenixnoir 5c12cb5653
let there be a text viewer
2023-05-23 01:05:19 +02:00
assets-cg let there be a text viewer 2023-05-23 01:05:19 +02:00
screenshots let there be a text viewer 2023-05-23 01:05:19 +02:00
src let there be a text viewer 2023-05-23 01:05:19 +02:00
.gitignore let there be a text viewer 2023-05-23 01:05:19 +02:00
CMakeLists.txt let there be a text viewer 2023-05-23 01:05:19 +02:00
README.md let there be a text viewer 2023-05-23 01:05:19 +02:00

README.md

UTF-8 Text Viewer for fx-CG

A basic text viewer programmed in an evening — expect a correspondingly polished experience!

Features:

  • View UTF-8 files
  • Word wrapping: no wrapping, by character, by word
  • Two fonts: proportional 8x9 and fixed-width 5x7
  • Basic search function to get around the document

How search works

It searches from the second line visible on screen to the end of the document, and if the requested search key is found, it brings the line where the key occurs to the top of the screen. Otherwise, it searches again from the start.