itsyaasir / nano-rs

A minimalist text editor built with Rust. Inspired by Nano, it offers basic text editing features along with syntax highlighting. Ideal for quick edits in the terminal, and printing out file contents.
4 stars 0 forks source link

Add titlebar #1

Closed itsyaasir closed 1 year ago

itsyaasir commented 1 year ago

Currently the tool doesn't contain title bar which shows the name of the file.

ahmedabzk commented 1 year ago

I added the title bar,centered it with a white background. I could not make the background fill the whole title bar grid.