Skip to content
/ ronto Public

A minimal flush-or-no-flush terminal text editor

License

Notifications You must be signed in to change notification settings

CroxxN/ronto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Work-in-Progress text editor

Warning

Currently, only supports linux. Not tested in Windows.

TODO:

  • Fix text horizontal overflow bugs
  • Fix general bugs and random segfaults
  • Implement \t handeling *
  • Add more vim keybindings
  • UI*
  • -> Important

Features:

  • Open, edit and save files
  • Open a new file and start editing
  • Line overflow handeling
  • Row overflow handeling
  • Minimal reliance on terminal escape sequnce (Deletion, movement, etc is implemented, uses terminal escape sequence to change position of cursor)

How to use?

  • git clone <this_repo>
  • make for build with no debug info
  • or make debug for build with debug info
  • > ./ronto -n for scratch buffer
  • > ./ronto -f <file_name> to open/create file
  • C-q to quit, C-s to save

Starts in vim mode. Hit i to start editing

About

A minimal flush-or-no-flush terminal text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published